#LDAP
LDAP stands for Lightweight Directory Access Protocol and serve a method for accessing and maintaining distributed directory information over an Internet Protocol (IP) network.
LDAP uses a reverse domain structure with normal dot-notation. Every part of the reverse domain structure has a special meaning defined with LDIF.
LDAP data interchange format (LDIF) is an interchange format to represent LDAP directory content.
dndistinguished name: This refers to the name that uniquely identifies an entry in the directory.dcdomain component: This refers to each component of the domain. For example www.google.com would be written as DC=www,DC=google,DC=comouorganizational unit: This refers to the organizational unit (or sometimes the user group) that the user is part of. If the user is part of more than one group, you may specify as such, e.g., OU= Lawyer,OU= Judge.cncommon name: This refers to the individual object (person's name; meeting room; recipe name; job title; etc.) for whom/which you are querying.