Which of the following is the most appropriate structure of an LDAP entry?

 

Last Updated on November 17, 2023 by InfraExam

Which of the following is the most appropriate structure of an LDAP entry?

  • cn=bobsmith,dc=cisco,dc=com
  • dc=bobsmith,cn=cisco,cn=com
  • cn=bob,cn=smith,dc=cisco.com
  • dc=bob,dc=smith,cn=cisco.com
Explanation & Hint:

The most appropriate structure of an LDAP (Lightweight Directory Access Protocol) entry is typically in the form:

cn=bobsmith,dc=cisco,dc=com

In this structure:

  • cn represents the Common Name attribute, often used for the name of the entry or the person’s name.
  • dc represents the Domain Component attribute, which is used to structure the directory in a hierarchical manner.

This format adheres to the common LDAP naming conventions where the Common Name (cn) is typically associated with the individual’s or entity’s name, and the Domain Component (dc) is used to represent the domain components in a hierarchical structure.

For more Questions and Answers:

Endpoints and Systems Post-Assessment | CBROPS

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments