sentinel said:
>

> I'm trying to ssh to the server from my client and authenticate via LDAP.
> On the server I have 'files ldap' entries setup for nsswitch.conf and
> checked /etc/pam.d/sshd to make sure ldap entries are in place.  When I
> connect I receive a message to "Enter LDAP Password".

stupid question but you didn't mention this:

did you put your LDAP info for PAM in /etc/ldap.conf ?

mine looks like:

host 10.10.10.7
base ou=People,o=aphroland,c=us
uri ldaps://redhat.aphroland.org:6360/
ldap_version 3
binddn cn=nss,o=aphroland,c=us
bindpw MY_SUPER_SECRET_PASSWORD
port 6360
nss_base_passwd         ou=People,o=aphroland,c=us?one
nss_base_group          ou=Group,o=aphroland,c=us?one





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to