nerdexam
CompTIA

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.

Essential System Services

Question

Which of the following is correct about this excerpt from an LDIF file? dn: cn=PrintOperators,ou=Groups,ou=IT,o=BR

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)
  • A
    5% (2)
  • B
    3% (1)
  • C
    92% (36)

Why each option

This question tests the understanding of common LDAP naming attributes within a Distinguished Name (DN) from an LDIF file excerpt.

Adn is the domain name.

'dn' stands for Distinguished Name, which is the full unique path to an entry, not the domain name.

Bo is the organizational unit.

'o' stands for 'organization,' not organizational unit; 'ou' stands for organizational unit.

Ccn is the common name.Correct

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.

Ddn is the relative distinguished name.

'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

#LDIF format#Distinguished Name

Community Discussion

No community discussion yet for this question.

Full LX0-104 Practice