LX0-104 · Question #348
Which of the following is correct about this excerpt from an LDIF file? dn: cn=PrintOperators,ou=Groups,ou=IT,o=BR
The correct answer is C. cn is the common name.. This question tests the understanding of common LDAP naming attributes within a Distinguished Name (DN) from an LDIF file excerpt.
Question
Options
- Adn is the domain name.
- Bo is the organizational unit.
- Ccn is the common name.
- Ddn is the relative distinguished name.
How the community answered
(39 responses)- A5% (2)
- B3% (1)
- C92% (36)
Why each option
This question tests the understanding of common LDAP naming attributes within a Distinguished Name (DN) from an LDIF file excerpt.
'dn' stands for Distinguished Name, which is the full unique path to an entry, not the domain name.
'o' stands for 'organization,' not organizational unit; 'ou' stands for organizational unit.
In the given LDAP Distinguished Name cn=PrintOperators,ou=Groups,ou=IT,o=BR, 'cn' stands for 'common name.' This attribute is used to identify the most specific component of the entry, in this case, PrintOperators, within its parent organizational unit.
'dn' is the Distinguished Name, not the Relative Distinguished Name (RDN); the RDN of this entry is cn=PrintOperators.
Concept tested: LDAP Distinguished Name (DN) components
Source: https://ldap.com/dn-distinguished-name/
Topics
Community Discussion
No community discussion yet for this question.