Active Directory Object Class

Active Directory Object Class

An object class is a component of Active Directory schema which defines the “type” for an object or in other words it defines the set of mandatory and optional attributes an object can have.

Say for example when a new user object is being created, it will be of the type(or stem from an object class called)User, which defines that the attributes cn, ObjectCategory, ObjectClass, sAMAccountName are mandatory and other attributes such as accountExpires, title, info, initials etc. are optional for a user object.

active directory object class

The object class of an object can be viewed in the objectclass attribute in the attribute editor tab of object properties window.

There are 3 types of objectclasses in AD

Abstract: This class is a mere template used to derive a new object, the new class can be of any object class type. One abstract class can be a subclass of another abstract class only.

Structural: The objects of the structural class are usually those that form the logical framework of AD. It can be a subclass of abstract or structural class.

Auxiliary: It is included in the definition of structural, abstract or auxiliary classes, for which the mustContain, systemmustContain, mayContain and systemmayContain values of the auxiliary class are added to the class. It can be a subclass of abstract or auxiliary class.

active directory object class

Schema:The Active Directory schema defines what objects and object attributes can exist in Active Directory.

    • Related Articles

    • Active Directory Object attributes

      All AD objects have attributes that take unique or multiple values , these values describe the object characteristics. For example a user object in Active directory will have attributes such as his first name, second name, Manager name etc. The ...
    • Object permissions in Active Directory

      Permission in AD are privileges granted to users or groups to perform certain operations on objects. Permissions are usually granted by object owners or administrators. Users and groups are assigned permissions (to read, write, create child objects ...
    • How to View and Change Active Directory Object Attributes

      Changing the Object Properties in Active Directory Objects in Active Directory are entities that are used to represent entities such as users and devices that make up the Active Directory network. Examples of objects include users, computers, ...
    • AD object classification

      Active directory objects can be classified into two broad types. 1. Security principal objects 2. Resources Security principal objects The objects that can be authenticated by AD are called security principal objects. These objects have unique ...
    • What is Active Directory

      With the rapid adoption of distributed computing, there existed a need for developing a multipurpose directory service catering to the different needs of enterprise IT management. This video breaks down the basics of Active Directory services, ...