300-300 · Question #49
FILL BLANK What attribute starts the declaration of an object in an LDIF file? (Specify ONLY the attribute name without any values.) Answer: dn
The correct answer is A. dn. dn (Distinguished Name) is the mandatory first attribute in every LDIF (LDAP Data Interchange Format) entry because it uniquely identifies the entry's position in the LDAP directory tree - every record must begin with dn: followed by its full path. Since this is a…
Question
Options
- Adn
How the community answered
(24 responses)- A100% (24)
Explanation
dn (Distinguished Name) is the mandatory first attribute in every LDIF (LDAP Data Interchange Format) entry because it uniquely identifies the entry's position in the LDAP directory tree - every record must begin with dn: followed by its full path. Since this is a fill-in-the-blank question with only one answer choice, dn is both the sole option and the correct one; no distractors are present to evaluate. LDIF entries follow a strict structure where dn acts as the "header" line, and all subsequent attributes (like objectClass, cn, uid) describe the entry itself.
Memory tip: Think of dn as the address label on a package - just as a package must have an address before anything else, an LDIF entry must declare its dn before any other attributes.
Topics
Community Discussion
No community discussion yet for this question.