Lesson 8

Date: 3/12/2009
Lightweight Directory Access Protocol (LDAP)
Linux for Engineering and IT applications


Addressing in LDAP: Distinguished Names (dn)

Distinguished name (dn) is a unique name in the Directory tree.
dn: dc=example,dc=com
dn: ou=IT, dc=example,dc=com
dn: cn=Michael Ram,ou=IT,dc=example,dc=com
dn: cn=Rich Walsh,ou=IT,dc=example,dc=com



Take me to the Course Website