[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.



> > 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