How to test a LDAP connection from a client
Posted
by
FELDAP
on Server Fault
See other posts from Server Fault
or by FELDAP
Published on 2012-11-28T10:18:59Z
Indexed on
2012/11/28
11:05 UTC
Read the original article
Hit count: 263
ldap
How to check the LDAP connection from a client to server. I'm working on the LDAP authentication and this client desktop needs to authenticate via a LDAP server. I can SSH to the LDAP server using LDAP user but When in desktop login prompt, I can't login. It says Authentication failure.
Client machine has Cent OS 6.3 and LDAP server has Cent OS 5.5
LDAP software is Openldap.
LDAP servers logs doesn't even show any messages.
So, how to test whether the client can successfully connect to LDAP or not.
© Server Fault or respective owner