What are the differences between LDAP and Active Directory authentication?

I tried to search without success. (I know the difference between LDAP and Active Directory. Also read this. What are the differences between LDAP and Active Directory? )

According to my understanding, LDAP authenticates (communicates) with DN (distinguishes name) and password. For instance.CN=bob, OU=Users,DC=test,DC=com

Authentication of Active Directory with a short username or full username and password. For instance. boborbob@test.com

Therefore, LDAP does not allow users with the same CN in the same tree (OU), but it allows the same CN in a different organizational unit. Active Directory does not allow the same username in the same domain, even a user object located in a different Active Directory tree. Active Directory allows you to use the same username in different domains.

Other differences?

+8
source share
3 answers

I'm not sure if you really know the difference between LDAP and Active Directory. Active Directory is built on top of LDAP, just like HTTP is built on top of TCP. You cannot make any meaningful comparisons.

, LDAP , HTTPS , - . LDAP , , , HTTPS , .

Active Directory CN, . sAMAccountName .

, , Active Directory , ? Active Directory LDAP , bob?

+27

Active Directory - . LDAP - IETF. Active Directory LDAP, RFC- LDAP LDAP, , ..

+6

, "AD vs LDAP", MS, , ldap- , NetIQ eDirectory ( Novell). "CD", AD.

ldap-, -, , , - bob @domain (AD), DN (CD). , AD "sAMAccountName" searchBase, , , "DC = test, DC = com", "uid" searchBase the empty-string = "".

, , , ldap- : https://ldapwiki.com/wiki/ LDAP-

0

All Articles