050-696 · Question #55
What does the eDirectory schema use to define the types of objects that are allowed to exist within a container object?
The correct answer is D. Containment rules. The eDirectory schema uses containment rules to define which object classes are permitted to exist as subordinates inside a given container object, enforcing valid tree hierarchy.
Question
Options
- APartitions
- BObject values
- CObject classes
- DContainment rules
- EObject properties
How the community answered
(23 responses)- B9% (2)
- C4% (1)
- D70% (16)
- E17% (4)
Why each option
The eDirectory schema uses containment rules to define which object classes are permitted to exist as subordinates inside a given container object, enforcing valid tree hierarchy.
Partitions are logical segments of the eDirectory tree used for distributing and replicating data, not schema components that control where object classes may be placed.
Object values are the actual data stored within a property of an object, not a schema mechanism used to define structural containment.
Object classes define the mandatory and optional properties an object may have, but it is specifically containment rules - not object classes themselves - that govern where those objects may reside in the tree.
Containment rules are a specific schema construct that explicitly define which object classes are allowed to be placed inside a particular container class. For example, containment rules specify that User and Printer objects may reside inside an Organizational Unit, ensuring the directory tree conforms to a valid and predictable hierarchical structure.
Object properties (attributes) describe the data that can be stored within an object, not the rules governing which object types can exist inside a container.
Concept tested: eDirectory schema containment rules and tree hierarchy enforcement
Source: https://www.netiq.com/documentation/edirectory-92/edir_admin/data/front.html
Topics
Community Discussion
No community discussion yet for this question.