LFCS · Question #345
Which statements are true of object classes in an LDAP directory? (Choose TWO correct answers)
The correct answer is C. An entry cannot have more than one structural object class. D. Once an entry has been created, its structural object class cannot be changed without re creating. An LDAP entry can only possess a single structural object class, which cannot be modified once the entry is created, necessitating recreation for changes.
Question
Options
- AAuxiliary object classes - when used on their own - provide access to extended schema.
- BAn entry cannot have more than one auxiliary object class.
- CAn entry cannot have more than one structural object class.
- DOnce an entry has been created, its structural object class cannot be changed without re creating
- EAbstract object classes are no longer officially support by the LDAP protocol.
How the community answered
(39 responses)- A3% (1)
- B3% (1)
- C90% (35)
- E5% (2)
Why each option
An LDAP entry can only possess a single structural object class, which cannot be modified once the entry is created, necessitating recreation for changes.
Auxiliary object classes add optional attributes to an entry but cannot independently provide access to extended schema; they always complement a structural object class.
An LDAP entry can indeed have multiple auxiliary object classes, allowing it to inherit various sets of optional attributes and schema rules.
An LDAP entry is restricted to having only one structural object class, which fundamentally defines its type within the directory schema (e.g., 'person' or 'organizationalUnit'), ensuring a consistent primary definition.
Once an LDAP entry is created, its structural object class cannot be directly altered; to change the fundamental type of an entry, it typically must be deleted and then recreated with the desired structural object class.
Abstract object classes remain fundamental in LDAP, serving as templates for other classes and cannot be directly instantiated as entries themselves.
Concept tested: LDAP object class rules and types
Source: https://www.rfc-editor.org/rfc/rfc4512
Topics
Community Discussion
No community discussion yet for this question.