|
|
LDAP TermsDistinguished Name (DN)In LDAP terms the fully qualified name of an object in the directory. It is usually written in a format known as the User Friendly Name (UFN). The name is a sequence of RDNs separated by a single comma(,). cn=John Doe, ou=Orgunit, o=Organization Relative Distinguished Name (RDN)In LDAP terms the name of an object that is unique relative to it's siblings. The RDN is composed of an attribute name and an attribute value separated by a single equal sign (=). cn=John Doe |
|
|