CHAPTER 8Active Directory Objects
The Microsoft Active Directory database contains a variety of predefined object classes, such as user, computer, contact, and so on. It also contains attribute objects, which can be used in classes.
An Active Directory class, defined as a type object, defines attributes for specific class, default values for those attributes, and security settings. For example, the classSchema class is defined as a user object type.classSchema
An Active Directory attribute, defined as an type object, defines settings for a specific attribute that then can be used in multiple classes. For example, the attributeSchema attribute is defined as an cn object type.attributeSchema
All and classSchema objects are stored in the special Active Directory partition, called the schema partition. You can view all schema partition objects using, for example, the attributeSchema tool. Figure 8-1 shows an example of the schema partition view in adsiedit.msc.adsiedit.msc
Figure 8-1: Active Directory schema partition view in adsiedit.msc
All and classSchema objects have a unique Globally Unique Identifier (GUID) attribute named attributeSchema. Many Windows mechanisms, including the Windows auditing subsystem, use these GUIDs to refer to a specific class or attribute. Schema GUIDs for default Active Directory classes and attributes have predefined values and ...schemaIDGUID
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access