[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [RAQ4] I got something strange while SU in the first time.
- Subject: Re: [cobalt-users] [RAQ4] I got something strange while SU in the first time.
- From: Dmitry Alexeyev <dmi_a@xxxxxxxxxx>
- Date: Tue Mar 2 01:20:01 2004
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> > That is probably PAM issue.
> > Try
> > su - root
> > It should work from the first time.
> >
> > WBR,
> > Dmitry
>
> Can we fix these permamant ?
Does su - root work?
If yes, it can be fixed...
Please publish here your /etc/pam.d/su file
It should look this way:
[admin admin]$ cat /etc/pam.d/su
#%PAM-1.0
auth required /lib/security/pam_wheel.so
auth sufficient /lib/security/pam_rootok.so
auth required /lib/security/pam_pwdb.so shadow nullok
account required /lib/security/pam_pwdb.so
session required /lib/security/pam_pwdb.so
WBR,
Dmitry