[Date Prev][Date Next] [Chronological] [Thread] [Top]

ssh problem



I created a userid and made sure he had 2 different password in /etc/passwd and in the openldap database.

I was able to ssh using the openldap dataabse password when the user exist locally (/etc/passwd), but when I deleted his local account, I can no longer ssh using the openldap database password.


my /etc/pam.d/ssh file:

auth       sufficient   pam_ldap.so
auth       required     pam_nologin.so
auth       required     pam_unix.so

account    sufficient   pam_ldap.so
account    required     pam_unix.so

session    sufficient   pam_ldap.so
session    required     pam_unix.so

password   sufficient   pam_ldap.so
password   required     pam_unix.so

Am I missing anything????



Thank you.