What are the differences between LDAP and Active Directory?
|
feedback
|
protected by Mat Jul 19 '11 at 19:43
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
|
Active Directory is a database based system that provides authentication, directory, policy, and other services in a Windows environment LDAP (Lightweight Directory Access Protocol) is an application protocol for querying and modifying items in directory service providers like Active Directory, which supports a form of LDAP. Short answer: AD is a directory services database, and LDAP is one of the protocols you can use to talk to it. | |||
|
feedback
|
|
LDAP is a standard, AD is Microsoft's (proprietary) implementation (and more). Wikipedia has a good article that delves into the specifics. I found this document with a very detailed evaluation of AD from an LDAP perspective. | ||||
|
feedback
|
|
LDAP is a protocol specification for directory data. Active Directory is Microsoft's Implementation of an LDAP based directory server. AD also has custom extensions ontop of the LDAP v3 spec such as account lockout, password expiration, etc. | |||
|
feedback
|
|
Active Directory isn't just an implementation of LDAP by Microsoft, that is only a small part of what AD is. Active Directory is (in an overly simplified way) a service that provides LDAP based authentication with Kerberos based Authorization. Of course their LDAP and Kerberos implementations in AD are not exactly 100% interoperable with other LDAP/Kerberos implementations... | |||
|
feedback
|
|
Active directory is a directory service provider, where you can add new user to a directory, remove or modify, specify privilages, assign policy etc. Its just like a phone directory where every person have a unique contact number. Every thing in AD(Active Directory) are considered as Objects and every object is given a Unique ID.(similar to a unique contact number in a phone directory. Ldap is a protocol specially designed for directory service providers. Windows server OS uses AD as a directory server, AIX which is a linux version of IBM uses Tivoli directory server. Both of them uses LDAP protocol for interacting with directory. Apart from protocol there are LDAP servers, LDAP browsers too. | |||
|
feedback
|
|
There are lots of systems that support LDAP to talk to them, not just Active Directory. Sun, IBM, Novell all have directory services that are very effective as LDAP servers. | |||
|
feedback
|