1# *************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20# *************************************************************
21
22####################################################
23#LDIF Script for extending Active Directory Schema
24####################################################
25dn: CN=oo-registry-object-attr, CN=Schema, CN=Configuration,DC=sun, DC=com
26changetype: add
27attributeID: 1.3.6.1.4.1.9770.2.1.1
28attributeSyntax: 2.5.5.12
29isSingleValued: TRUE
30lDAPDisplayName: oo-registry-object-attr
31objectClass: attributeSchema
32oMSyntax: 64
33
34dn: CN=oo-org-mapping-attr,CN=Schema,CN=Configuration,DC=sun, DC=com
35changetype: add
36attributeID: 1.3.6.1.4.1.9770.2.1.2
37attributeSyntax: 2.5.5.12
38isSingleValued: TRUE
39lDAPDisplayName: oo-org-mapping-attr
40objectClass: attributeSchema
41oMSyntax: 64
42
43dn: CN=oo-ldap-attr-mapping-attr, CN=Schema,CN=Configuration,DC=sun, DC=com
44changetype: add
45attributeID: 1.3.6.1.4.1.9770.2.1.3
46attributeSyntax: 2.5.5.12
47isSingleValued: TRUE
48lDAPDisplayName:oo-ldap-attr-mapping-attr
49objectClass: attributeSchema
50oMSyntax: 64
51
52dn: CN=oo-role-priority-attr,CN=Schema,CN=Configuration,DC=sun, DC=com
53changetype: add
54attributeID: 1.3.6.1.4.1.9770.2.1.4
55attributeSyntax: 2.5.5.12
56isSingleValued: TRUE
57lDAPDisplayName:oo-role-priority-attr
58objectClass: attributeSchema
59oMSyntax: 64
60
61dn:
62changetype: modify
63add: schemaUpdateNow
64schemaUpdateNow: 1
65-
66
67dn: CN=oo-registry-object, CN=Schema, CN=Configuration,DC=sun, DC=com
68changetype: add
69governsID: 1.3.6.1.4.1.9770.2.2.1
70lDAPDisplayName:oo-registry-object
71maycontain: cn
72mayContain: oo-registry-object-attr
73objectClass: classSchema
74objectClassCategory: 1
75possSuperiors: User
76subClassOf: top
77defaultHidingValue: FALSE
78showInAdvancedViewOnly: FALSE
79
80
81dn: CN=oo-registry-meta-class, CN=Schema, CN=Configuration,DC=sun, DC=com
82changetype: add
83governsID: 1.3.6.1.4.1.9770.2.2.2
84lDAPDisplayName:oo-registry-meta-class
85mayContain: oo-org-mapping-attr
86mayContain: oo-ldap-attr-mapping-attr
87objectClass: classSchema
88objectClassCategory: 1
89possSuperiors:domainDNS
90subClassOf: oo-registry-object
91defaultHidingValue: FALSE
92showInAdvancedViewOnly: FALSE
93
94dn: CN=oo-prioritised-role, CN=Schema, CN=Configuration,DC=sun, DC=com
95changetype: add
96governsID: 1.3.6.1.4.1.9770.2.2.3
97lDAPDisplayName: oo-prioritised-role
98mayContain: oo-role-priority-attr
99objectClass: classSchema
100objectClassCategory: 3
101subClassOf: top
102defaultHidingValue: FALSE
103showInAdvancedViewOnly: FALSE
104
105dn:
106changetype: modify
107add: schemaUpdateNow
108schemaUpdateNow: 1
109-
110
111dn: CN=Group, CN=Schema, CN=Configuration,DC=sun, DC=com
112changetype: modify
113add: auxiliaryClass
114auxilaryClass: oo-prioritised-role
115-
116
117dn: CN=oo-registry-object, CN=Schema,CN=Configuration,DC=sun, DC=com
118changetype: modify
119add: possSuperiors
120possSuperiors: oo-registry-meta-class
121-
122
123dn: CN=oo-registry-object, CN=Schema,CN=Configuration,DC=sun, DC=com
124changetype: modify
125add: possSuperiors
126possSuperiors: oo-registry-object
127-
128
129dn:
130changetype: modify
131add: schemaUpdateNow
132schemaUpdateNow: 1
133-
134
135
136
137
138
139
140
141