I have tried to search without success. (I do know difference between LDAP and Active Directory. Also read this What are the differences between LDAP and Active Directory?)
According to my understanding, LDAP authenticates (binds) with DN (distinguish name) and password.
E.g. CN=bob, OU=Users,DC=test,DC=com
Active Directory authenticates with a short user name or full domain user name and password.
E.g. bob
or bob@test.com
Therefore, LDAP does not allow to users with the same CN in the same tree (OU) but it allows the same CN in a different OU. Active Directory does not allow the same user name in the same domain, even the user object located in different tree of Active Directory. Active Directory allows the same user name in different domains.
Other differences?