Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jul 2003 18:49:33 -0400
From:      Monah Baki <mbaki@whywire.net>
To:        freebsd-questions@freebsd.org
Subject:   openldap ssh problem
Message-ID:  <C61A194D-B328-11D7-8CB0-00039313E976@whywire.net>

next in thread | raw e-mail | index | archive | help
Hi all,

I'm just installed freebsd 5.1 running openldap and pam_ldap from 
padl.com.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C61A194D-B328-11D7-8CB0-00039313E976>