Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.16 KB

schema.md

File metadata and controls

26 lines (16 loc) · 1.16 KB
title description ms.assetid ms.tgt_platform keywords ms.topic ms.date
Schema (AD DS)
Active Directory schema is implemented as a set of object class instances stored in the directory.
77c297ca-0dfc-4545-9832-4202e066822b
multiple
Active Directory schema Active Directory
article
05/31/2018

Schema (AD DS)

Active Directory schema is implemented as a set of object class instances stored in the directory. This is very different than many directories that have a schema but store it as a text file read at startup. Storing the schema in the directory has many advantages. For example, user applications can read it to discover what objects and properties are available.

Active Directory schema can be updated dynamically. That is, an application can extend the schema with new attributes and classes and use the extensions immediately. Schema updates are accomplished by creating or modifying the schema objects stored in the directory. Like every object in Active Directory, access-control lists (ACLs) protect schema objects, so authorized users only may alter the schema.

For more information, see Active Directory Schema.