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
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
Get Windows Security Monitoring now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.