[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ssh problem
try to add use_first_pass option to pam_unix.so line in "auth" and "accuont"
sections.
----- Original Message -----
From: "Monah Baki" <mbaki@whywire.net>
To: <openldaP-software@OpenLDAP.org>
Sent: Friday, July 11, 2003 12:13 AM
Subject: 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.
>