Subject: | non-unique attribute cn is included in AD_unique_attributes |
Net::LDAP::Class::User::AD and Net::LDAP::Class::Group::AD include a
list of unique attributes, and code which relies for its correct
operation on the uniqueness of these attributes.
The attributes listed as unique are qw( cn objectSID distinguishedName
), however the cn attribute is not a unique attribute in Active
Directory. This can lead to serious bugs in the event where two Active
Directory objects have the same cn value.