Question:
what is LDAP authentication?
Andy L
2007-07-10 09:27:14 UTC
what is LDAP authentication?
Four answers:
chris m
2007-07-10 09:32:30 UTC
LDAP is the protocol used to access Active Directory(AD) on Windows OS. AD keeps domain information such as computers, users and groups. Domain Controllers have two ports open , 389 and 3389. 389 is unsecure and 3389 is secure. To retrieve infromation from the AD , the server must authenticate the user or process attempting to access the AD.
2007-07-10 16:30:34 UTC
Lightweight Directory Access Protocol

http://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol



The Bind operation authenticates the client to the server. Simple Bind can send the user's DN and password in plaintext, so the connection should be protected using Transport Layer Security (TLS). The server typically checks the password against the userPassword attribute in the named entry. Anonymous Bind (with empty DN and password) resets the connection to anonymous state.
SynfulVisions
2007-07-10 16:35:59 UTC
Lightweight Directory Access Protocol



It's just a means of managing users and computers on a domain...



For you, it most likely is being used as a means to authenticate network users, rather than local users.
trader
2007-07-10 16:30:18 UTC
Windows:

http://articles.techrepublic.com.com/5100-22-5032010.html



Linux:

http://www.howtoforge.com/linux_ldap_authentication


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...