Directory Services

Display Specifiers

In Active Directory®, an object class, or class, defines a type of object that can be created in Active Directory. The definition of each object class is stored as a classSchema object in the Active Directory schema. In addition to the classSchema definition, each object class can have one or more display specifiers that specify the user interface data for objects of that class.

A display specifier is an Active Directory object of the displaySpecifier class. The attributes of a displaySpecifier object specify localized user interface data that describes the various UI elements for a particular object class. Display specifiers store data for property sheets, context menus, icons, creation wizards, and localized class and attribute names. For property pages and context menus, the Windows shell and Active Directory administrative snap-ins use this data to form different user interfaces for administrators and end users—one set of property pages and/or context menus can be associated with administrative applications while a different set of elements can be associated with end user applications.

The displaySpecifier objects are stored in locale-specific containers in the DisplaySpecifiers container in the Configuration container, which is replicated to every domain controller in the enterprise forest. The DisplaySpecifiers container has subcontainers that correspond to the various locales supported by the enterprise installation. These subcontainers are named using language identifiers. For example, the name of the locale container for US-English is 409, which corresponds to the hexadecimal language identifier, 0x0409. Thus, an object class can have multiple display specifiers: one in each locale subcontainer. For more information, and a list of possible language identifiers, see Table of Language Identifiers. For more information about locales, see National Language Support.

The name of a displaySpecifier object is formed by appending the string "-Display" to the lDAPDisplayName of the object class. For example, the name of a displaySpecifier object for the user class is "user-Display".

You can add, delete, or modify properties of a class's displaySpecifier objects to specify the UI elements (class name, attribute names, property sheets, context menus, icon, and so on) that appear for each instance of an object of that class.

For more information about display specifiers, see DisplaySpecifiers Container.