technology:elements:schema_extensions
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
technology:elements:schema_extensions [Wednesday, October 11, 2023 09:43 PM] – removed - external edit (Unknown date) 127.0.0.1 | technology:elements:schema_extensions [Wednesday, October 11, 2023 09:43 PM] (current) – Nathan C. McGuire | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Schema Extensions ====== | ||
+ | https:// | ||
+ | |||
+ | Object Identifiers | ||
+ | ^ OID Value ^ Description | ||
+ | | 1.2.840.113556.1.8000.2554.13459.24689.17637.19755.40171.2749453.4868242 | ||
+ | | 1.2.840.113556.1.8000.2554.13459.24689.17637.19755.40171.2749453.4868242.1 | ||
+ | | 1.2.840.113556.1.8000.2554.13459.24689.17637.19755.40171.2749453.4868242.2 | ||
+ | | 1.2.840.113556.1.8000.2554.13459.24689.17637.19755.40171.2749453.4868242.2.1 | ||
+ | | 1.2.840.113556.1.8000.2554.13459.24689.17637.19755.40171.2749453.4868242.2.2 | ||
+ | |||
+ | |||
+ | Your root OID is: | ||
+ | 1.2.840.113556.1.8000.2554.13459.24689.17637.19755.40171.2749453.4868242 | ||
+ | |||
+ | This prefix should be used to name your schema attributes and classes. For example: if your prefix is " | ||
+ | |||
+ | You can create subsequent OIDs for new schema classes and attributes by appending a .X to the OID where X may be any number that you choose. | ||
+ | If your assigned OID was: 1.2.840.113556.1.8000.2554.999999 | ||
+ | |||
+ | then classes could be under: 1.2.840.113556.1.8000.2554.999999.1 | ||
+ | which makes the first class OID: 1.2.840.113556.1.8000.2554.999999.1.1 | ||
+ | the second class OID: 1.2.840.113556.1.8000.2554.999999.1.2 | ||
+ | |||
+ | Using this example attributes could be under: 1.2.840.113556.1.8000.2554.999999.2 | ||
+ | which makes the first attribute OID: 1.2.840.113556.1.8000.2554.999999.2.1 | ||
+ | the second attribute OID: 1.2.840.113556.1.8000.2554.999999.2.2 | ||
+ | |||
+ | Here are some other useful links regarding AD schema: | ||
+ | Understanding AD Schema | ||
+ | http:// | ||
+ | |||
+ | Developer documentation on AD Schema: | ||
+ | http:// | ||
+ | |||
+ | Extending the Schema | ||
+ | http:// | ||
+ | |||
+ | Step-by-Step Guide to Using Active Directory Schema and Display Specifiers | ||
+ | http:// | ||
+ | |||
+ | Troubleshooting AD Schema | ||
+ | http:// | ||
+ | |||