LDAP and Active Directory

LDAP and Active Directory

Lightweight Directory Access Protocol (LDAP) is a directory service that is based on Directory Access Protocol (DAP). DAP was used along with X.500 directory service. The drawback with DAP was that it placed large amount of processing burden on the client machines.

Though LDAP is based on DAP, it does not have the X.500 overhead associated with it. It is used in Active Directory for communicating user queries. For example, LDAP can be used by users to search and locate a particular object like a laser printer. LDAP makes use of the keywords to carry out a search operation. The identification of the objects is made possible with the help of its attributes.

To carry out such search operations, LDAP uses naming conventions like Distinguished Name (DN) and Relative Distinguished Name (RDN). The DN shows the complete path of the object right from the domain level to the object level. The RDN shows the common name of the object. In addition to these names, the Global Unique Identifier (GUID) is also used for search operations. The advantage with GUID is that it never changes and is unique for each object. There are possibilities that the RDN and the DN might change.

LDAP operations can be broadly classified under three categories.

  • Client session operations – bind, unbind and abandon
  • Query and retrieval operations – search and compare
  • Modification operations – add, modify, modifyRDN and delete

LDAP is widely used because of the following advantages.

  • It supports multiple platforms with standard APIs for each platform.
  • The LDAP directory can be distributed across multiple servers.
  • It provides easy integration with other standards like DNS.
    • Related Articles

    • Benefits of Active Directory

      The benefits of Active directory usage are manifold. It makes the task of network administration simpler by maintaining a central repository of information. It provides Off-Site a single destination to look out for information. Highly secured access ...
    • Active Directory Object attributes

      All AD objects have attributes that take unique or multiple values , these values describe the object characteristics. For example a user object in Active directory will have attributes such as his first name, second name, Manager name etc. The ...
    • Locating Objects in Active Directory

      Objects in AD can be traced using two methods. 1. The DSquery command line tool 2. The Find dialogue box in ADUC console DSquery is a directory service search command-line tool. It can be used with appropriate parameters to search objects in Active ...
    • Comparison of Active Directory and Windows NT

      It is at this juncture (when centralized computing and resource management was a demand that grew imperative every day) that Microsoft came up with Windows NT, which simplified and enhanced the domain-centric approach to resource management in its ...
    • What is Active Directory

      With the rapid adoption of distributed computing, there existed a need for developing a multipurpose directory service catering to the different needs of enterprise IT management. This video breaks down the basics of Active Directory services, ...