What is Username attribute in LDAP?

User ID Attribute: LDAP user ID attribute is the login attribute that uniquely identifies a single user record . The value of this attribute should match the username used at the login prompt. Group Search DN: LDAP group search DN is the root of search for a given group in the LDAP directory.

Read more

What does LDAP query consist of?

An LDAP query consists of the following major elements: Search DN – An LDAP directory is organized as a tree structure, with a root node and a number of branches off this root. The Search DN specifies at which node the search originates. Entries above this level in the tree are searched.

Read more