]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/core.schema
add new ber dump routine (behind NEW_LOGGING)
[openldap] / servers / slapd / schema / core.schema
1 # $OpenLDAP$
2 #
3 # OpenLDAP Core schema
4 #
5 # Includes LDAPv3 schema items from:
6 #       RFC2251-RFC2256 (LDAPv3)
7 #
8 # select standard track schema items:
9 #       RFC2587 (PKI)
10 #       RFC2079 (URI)
11 #       RFC1274 (uid/dc)
12 #       RFC2247 (dc/dcObject)
13 #       RFC2289 (Dynamic Directory Services)
14 #
15 # select informational schema items:
16 #       RFC2377 (uidObject)
17 #
18 # select IETF ''work in progress'' LDAPext/LDUP items
19 #   ldapSubentry
20 #       ldapRootDSE
21 #       named referrals
22 #       alias draft
23
24 # Standard X.501(93) Operational Attribute Types from RFC2252
25
26 attributetype ( 2.5.18.1 NAME 'createTimestamp'
27         EQUALITY generalizedTimeMatch
28         ORDERING generalizedTimeOrderingMatch
29         SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
30         SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation )
31
32 attributetype ( 2.5.18.2 NAME 'modifyTimestamp'
33         EQUALITY generalizedTimeMatch
34         ORDERING generalizedTimeOrderingMatch
35         SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
36         SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation )
37
38 attributetype ( 2.5.18.3 NAME 'creatorsName'
39         EQUALITY distinguishedNameMatch
40         SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
41         SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation )
42
43 attributetype ( 2.5.18.4 NAME 'modifiersName'
44         EQUALITY distinguishedNameMatch
45         SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
46         SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation )
47
48 attributetype ( 2.5.18.10 NAME 'subschemaSubentry'
49         EQUALITY distinguishedNameMatch
50         SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 NO-USER-MODIFICATION
51         SINGLE-VALUE USAGE directoryOperation )
52
53 attributetype ( 2.5.21.1 NAME 'dITStructureRules'
54         EQUALITY integerFirstComponentMatch
55         SYNTAX 1.3.6.1.4.1.1466.115.121.1.17 USAGE directoryOperation )
56
57 attributetype ( 2.5.21.2 NAME 'dITContentRules'
58         EQUALITY objectIdentifierFirstComponentMatch
59         SYNTAX 1.3.6.1.4.1.1466.115.121.1.16 USAGE directoryOperation )
60
61 attributetype ( 2.5.21.4 NAME 'matchingRules'
62         EQUALITY objectIdentifierFirstComponentMatch
63         SYNTAX 1.3.6.1.4.1.1466.115.121.1.30 USAGE directoryOperation )
64
65 attributetype ( 2.5.21.5 NAME 'attributeTypes'
66         EQUALITY objectIdentifierFirstComponentMatch
67         SYNTAX 1.3.6.1.4.1.1466.115.121.1.3 USAGE directoryOperation )
68
69 attributetype ( 2.5.21.6 NAME 'objectClasses'
70         EQUALITY objectIdentifierFirstComponentMatch
71         SYNTAX 1.3.6.1.4.1.1466.115.121.1.37 USAGE directoryOperation )
72
73 attributetype ( 2.5.21.7 NAME 'nameForms'
74         EQUALITY objectIdentifierFirstComponentMatch
75         SYNTAX 1.3.6.1.4.1.1466.115.121.1.35 USAGE directoryOperation )
76
77 attributetype ( 2.5.21.8 NAME 'matchingRuleUse'
78         EQUALITY objectIdentifierFirstComponentMatch
79         SYNTAX 1.3.6.1.4.1.1466.115.121.1.31 USAGE directoryOperation )
80
81 # From X.500(97?)
82 attributetype ( 2.5.21.9 NAME 'structuralObjectClass'
83         EQUALITY objectIdentifierMatch
84         SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
85         NO-USER-MODIFICATION SINGLE-VALUE USAGE directoryOperation )
86
87 # LDAP Operational Attributes from RFC2252
88 attributetype ( 1.3.6.1.4.1.1466.101.120.5 NAME 'namingContexts'
89         SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 USAGE dSAOperation )
90
91 attributetype ( 1.3.6.1.4.1.1466.101.120.6 NAME 'altServer'
92         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE dSAOperation )
93
94 attributetype ( 1.3.6.1.4.1.1466.101.120.7 NAME 'supportedExtension'
95         SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 USAGE dSAOperation )
96
97 attributetype ( 1.3.6.1.4.1.1466.101.120.13 NAME 'supportedControl'
98         SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 USAGE dSAOperation )
99
100 attributetype ( 1.3.6.1.4.1.1466.101.120.14 NAME 'supportedSASLMechanisms'
101         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE dSAOperation )
102
103 attributetype ( 1.3.6.1.4.1.1466.101.120.15 NAME 'supportedLDAPVersion'
104         SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 USAGE dSAOperation )
105
106 attributetype ( 1.3.6.1.4.1.1466.101.120.16 NAME 'ldapSyntaxes'
107         EQUALITY objectIdentifierFirstComponentMatch
108         SYNTAX 1.3.6.1.4.1.1466.115.121.1.54 USAGE directoryOperation )
109
110 # Object Classes from RFC2252
111 objectclass ( 2.5.20.1 NAME 'subschema' AUXILIARY
112         DESC 'RFC2252: controlling subschema' 
113         MAY ( dITStructureRules $ nameForms $ ditContentRules $
114                 objectClasses $ attributeTypes $ matchingRules $
115                 matchingRuleUse ) )
116
117 # Standard attribute types used for subtyping from RFC2256
118
119 attributetype ( 2.5.4.41 NAME 'name'
120         EQUALITY caseIgnoreMatch
121         SUBSTR caseIgnoreSubstringsMatch
122         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
123
124 attributetype ( 2.5.4.49 NAME 'distinguishedName'
125         EQUALITY distinguishedNameMatch
126         SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
127
128 # Standard attribute types from RFC2256
129
130 attributetype ( 2.5.4.0 NAME 'objectClass'
131         EQUALITY objectIdentifierMatch
132         SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 )
133
134 attributetype ( 2.5.4.1 NAME 'aliasedObjectName'
135         EQUALITY distinguishedNameMatch
136         SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE )
137
138 # obsolete
139 attributetype ( 2.5.4.2 NAME 'knowledgeInformation'
140         EQUALITY caseIgnoreMatch
141         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
142
143 attributetype ( 2.5.4.3 NAME ( 'cn' 'commonName' ) SUP name )
144
145 attributetype ( 2.5.4.4 NAME ( 'sn' 'surname' ) SUP name )
146
147 attributetype ( 2.5.4.5 NAME 'serialNumber' EQUALITY caseIgnoreMatch
148         SUBSTR caseIgnoreSubstringsMatch
149         SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{64} )
150
151 # (2-letter code from ISO 3166)
152 attributetype ( 2.5.4.6 NAME ( 'c' 'countryName' ) SUP name SINGLE-VALUE )
153
154 attributetype ( 2.5.4.7 NAME ( 'l' 'localityName' ) SUP name )
155
156 attributetype ( 2.5.4.8 NAME ( 'st' 'stateOrProvinceName' ) SUP name )
157
158 attributetype ( 2.5.4.9 NAME ( 'street' 'streetAddress' )
159         EQUALITY caseIgnoreMatch
160         SUBSTR caseIgnoreSubstringsMatch
161         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
162
163 attributetype ( 2.5.4.10 NAME ( 'o' 'organizationName' ) SUP name )
164
165 attributetype ( 2.5.4.11 NAME ( 'ou' 'organizationalUnitName' ) SUP name )
166
167 attributetype ( 2.5.4.12 NAME 'title' SUP name )
168
169 attributetype ( 2.5.4.13 NAME 'description'
170         EQUALITY caseIgnoreMatch
171         SUBSTR caseIgnoreSubstringsMatch
172         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
173
174 # Obsoleted by enhancedSearchGuide
175 attributetype ( 2.5.4.14 NAME 'searchGuide'
176         SYNTAX 1.3.6.1.4.1.1466.115.121.1.25 )
177
178 attributetype ( 2.5.4.15 NAME 'businessCategory'
179         EQUALITY caseIgnoreMatch
180         SUBSTR caseIgnoreSubstringsMatch
181         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
182
183 attributetype ( 2.5.4.16 NAME 'postalAddress'
184         EQUALITY caseIgnoreListMatch
185         SUBSTR caseIgnoreListSubstringsMatch
186         SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 )
187
188 attributetype ( 2.5.4.17 NAME 'postalCode'
189         EQUALITY caseIgnoreMatch
190         SUBSTR caseIgnoreSubstringsMatch
191         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} )
192
193 attributetype ( 2.5.4.18 NAME 'postOfficeBox'
194         EQUALITY caseIgnoreMatch
195         SUBSTR caseIgnoreSubstringsMatch
196         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} )
197
198 attributetype ( 2.5.4.19 NAME 'physicalDeliveryOfficeName'
199         EQUALITY caseIgnoreMatch
200         SUBSTR caseIgnoreSubstringsMatch
201         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
202
203 attributetype ( 2.5.4.20 NAME 'telephoneNumber'
204         EQUALITY telephoneNumberMatch
205         SUBSTR telephoneNumberSubstringsMatch
206         SYNTAX 1.3.6.1.4.1.1466.115.121.1.50{32} )
207
208 attributetype ( 2.5.4.21 NAME 'telexNumber'
209         SYNTAX 1.3.6.1.4.1.1466.115.121.1.52 )
210
211 attributetype ( 2.5.4.22 NAME 'teletexTerminalIdentifier'
212         SYNTAX 1.3.6.1.4.1.1466.115.121.1.51 )
213
214 attributetype ( 2.5.4.23 NAME ( 'facsimileTelephoneNumber' 'fax' )
215         SYNTAX 1.3.6.1.4.1.1466.115.121.1.22 )
216
217 attributetype ( 2.5.4.24 NAME 'x121Address'
218         EQUALITY numericStringMatch
219         SUBSTR numericStringSubstringsMatch
220         SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{15} )
221
222 attributetype ( 2.5.4.25 NAME 'internationaliSDNNumber'
223         EQUALITY numericStringMatch
224         SUBSTR numericStringSubstringsMatch
225         SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{16} )
226
227 attributetype ( 2.5.4.26 NAME 'registeredAddress' SUP postalAddress
228         SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 )
229
230 attributetype ( 2.5.4.27 NAME 'destinationIndicator'
231         EQUALITY caseIgnoreMatch
232         SUBSTR caseIgnoreSubstringsMatch
233         SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{128} )
234
235 attributetype ( 2.5.4.28 NAME 'preferredDeliveryMethod'
236         SYNTAX 1.3.6.1.4.1.1466.115.121.1.14
237         SINGLE-VALUE )
238
239 attributetype ( 2.5.4.29 NAME 'presentationAddress'
240         EQUALITY presentationAddressMatch
241         SYNTAX 1.3.6.1.4.1.1466.115.121.1.43
242         SINGLE-VALUE )
243
244 attributetype ( 2.5.4.30 NAME 'supportedApplicationContext'
245         EQUALITY objectIdentifierMatch
246         SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 )
247
248 attributetype ( 2.5.4.31 NAME 'member' SUP distinguishedName )
249
250 attributetype ( 2.5.4.32 NAME 'owner' SUP distinguishedName )
251
252 attributetype ( 2.5.4.33 NAME 'roleOccupant' SUP distinguishedName )
253
254 attributetype ( 2.5.4.34 NAME 'seeAlso' SUP distinguishedName )
255
256 attributetype ( 2.5.4.35 NAME 'userPassword'
257         EQUALITY octetStringMatch
258         SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{128} )
259
260 # Must be transferred using ;binary
261 attributetype ( 2.5.4.36 NAME 'userCertificate'
262         SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 )
263
264 # Must be transferred using ;binary
265 attributetype ( 2.5.4.37 NAME 'cACertificate'
266         SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 )
267
268 # Must be transferred using ;binary
269 attributetype ( 2.5.4.38 NAME 'authorityRevocationList'
270         SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 )
271
272 # Must be transferred using ;binary
273 attributetype ( 2.5.4.39 NAME 'certificateRevocationList'
274         SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 )
275
276 # Must be stored and requested in the binary form
277 attributetype ( 2.5.4.40 NAME 'crossCertificatePair'
278         SYNTAX 1.3.6.1.4.1.1466.115.121.1.10 )
279
280 # 2.5.4.41 is defined above as it's used for subtyping
281 #attributetype ( 2.5.4.41 NAME 'name'
282 #       EQUALITY caseIgnoreMatch
283 #       SUBSTR caseIgnoreSubstringsMatch
284 #       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
285
286 attributetype ( 2.5.4.42 NAME ( 'givenName' 'gn' ) SUP name )
287
288 attributetype ( 2.5.4.43 NAME 'initials' SUP name
289         DESC 'The initials attribute type contains the initials of some
290                 or all of an individuals names, but not the surname(s).' )
291
292 attributetype ( 2.5.4.44 NAME 'generationQualifier' 
293         DESC 'e.g. Jr or II.'
294         SUP name )
295
296 attributetype ( 2.5.4.45 NAME 'x500UniqueIdentifier'
297         EQUALITY bitStringMatch
298         SYNTAX 1.3.6.1.4.1.1466.115.121.1.6 )
299
300 attributetype ( 2.5.4.46 NAME 'dnQualifier'
301         EQUALITY caseIgnoreMatch
302         ORDERING caseIgnoreOrderingMatch
303         SUBSTR caseIgnoreSubstringsMatch
304         SYNTAX 1.3.6.1.4.1.1466.115.121.1.44 )
305
306 attributetype ( 2.5.4.47 NAME 'enhancedSearchGuide'
307         SYNTAX 1.3.6.1.4.1.1466.115.121.1.21 )
308
309 attributetype ( 2.5.4.48 NAME 'protocolInformation'
310         EQUALITY protocolInformationMatch
311         SYNTAX 1.3.6.1.4.1.1466.115.121.1.42 )
312
313 # 2.5.4.49 is defined above as it's used for subtyping
314 #attributetype ( 2.5.4.49 NAME 'distinguishedName'
315 #       EQUALITY distinguishedNameMatch
316 #       SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
317
318 attributetype ( 2.5.4.50 NAME 'uniqueMember'
319         EQUALITY uniqueMemberMatch
320         SYNTAX 1.3.6.1.4.1.1466.115.121.1.34 )
321
322 attributetype ( 2.5.4.51 NAME 'houseIdentifier'
323         EQUALITY caseIgnoreMatch
324         SUBSTR caseIgnoreSubstringsMatch
325         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
326
327 # Must be transferred using ;binary
328 attributetype ( 2.5.4.52 NAME 'supportedAlgorithms'
329         SYNTAX 1.3.6.1.4.1.1466.115.121.1.49 )
330
331 # Must be transferred using ;binary
332 attributetype ( 2.5.4.53 NAME 'deltaRevocationList'
333         SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 )
334
335 attributetype ( 2.5.4.54 NAME 'dmdName' SUP name )
336
337 # Standard object classes from RFC2256
338
339 objectclass ( 2.5.6.0 NAME 'top' ABSTRACT
340         MUST objectClass )
341
342 objectclass ( 2.5.6.1 NAME 'alias' SUP top STRUCTURAL
343         MUST aliasedObjectName )
344
345 objectclass ( 2.5.6.2 NAME 'country' SUP top STRUCTURAL
346         MUST c
347         MAY ( searchGuide $ description ) )
348
349 objectclass ( 2.5.6.3 NAME 'locality' SUP top STRUCTURAL
350         MAY ( street $ seeAlso $ searchGuide $ st $ l $ description ) )
351
352 objectclass ( 2.5.6.4 NAME 'organization' SUP top STRUCTURAL
353         MUST o
354         MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $
355                 x121Address $ registeredAddress $ destinationIndicator $
356                 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
357                 telephoneNumber $ internationaliSDNNumber $
358                 facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $
359                 postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) )
360
361 objectclass ( 2.5.6.5 NAME 'organizationalUnit' SUP top STRUCTURAL
362         MUST ou
363         MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $
364                 x121Address $ registeredAddress $ destinationIndicator $
365                 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
366                 telephoneNumber $ internationaliSDNNumber $
367                 facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $
368                 postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) )
369
370 objectclass ( 2.5.6.6 NAME 'person' SUP top STRUCTURAL
371         MUST ( sn $ cn )
372         MAY ( userPassword $ telephoneNumber $ seeAlso $ description ) )
373
374 objectclass ( 2.5.6.7 NAME 'organizationalPerson' SUP person STRUCTURAL
375         MAY ( title $ x121Address $ registeredAddress $ destinationIndicator $
376                 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
377                 telephoneNumber $ internationaliSDNNumber $
378                 facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $
379                 postalAddress $ physicalDeliveryOfficeName $ ou $ st $ l ) )
380
381 objectclass ( 2.5.6.8 NAME 'organizationalRole' SUP top STRUCTURAL
382         MUST cn
383         MAY ( x121Address $ registeredAddress $ destinationIndicator $
384                 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
385                 telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $
386                 seeAlso $ roleOccupant $ preferredDeliveryMethod $ street $
387                 postOfficeBox $ postalCode $ postalAddress $
388                 physicalDeliveryOfficeName $ ou $ st $ l $ description ) )
389
390 objectclass ( 2.5.6.9 NAME 'groupOfNames' SUP top STRUCTURAL
391         MUST ( member $ cn )
392         MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description ) )
393
394 objectclass ( 2.5.6.10 NAME 'residentialPerson' SUP person STRUCTURAL
395         MUST l
396         MAY ( businessCategory $ x121Address $ registeredAddress $
397                 destinationIndicator $ preferredDeliveryMethod $ telexNumber $
398                 teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $
399                 facsimileTelephoneNumber $ preferredDeliveryMethod $ street $
400                 postOfficeBox $ postalCode $ postalAddress $
401                 physicalDeliveryOfficeName $ st $ l ) )
402
403 objectclass ( 2.5.6.11 NAME 'applicationProcess' SUP top STRUCTURAL
404         MUST cn
405         MAY ( seeAlso $ ou $ l $ description ) )
406
407 objectclass ( 2.5.6.12 NAME 'applicationEntity' SUP top STRUCTURAL
408         MUST ( presentationAddress $ cn )
409         MAY ( supportedApplicationContext $ seeAlso $ ou $ o $ l $
410         description ) )
411
412 objectclass ( 2.5.6.13 NAME 'dSA' SUP applicationEntity STRUCTURAL
413         MAY knowledgeInformation )
414
415 objectclass ( 2.5.6.14 NAME 'device' SUP top STRUCTURAL
416         MUST cn
417         MAY ( serialNumber $ seeAlso $ owner $ ou $ o $ l $ description ) )
418
419 objectclass ( 2.5.6.15 NAME 'strongAuthenticationUser' SUP top AUXILIARY
420         MUST userCertificate )
421
422 objectclass ( 2.5.6.16 NAME 'certificationAuthority' SUP top AUXILIARY
423         MUST ( authorityRevocationList $ certificateRevocationList $
424                 cACertificate ) MAY crossCertificatePair )
425
426 objectclass ( 2.5.6.17 NAME 'groupOfUniqueNames' SUP top STRUCTURAL
427         MUST ( uniqueMember $ cn )
428         MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description ) )
429
430 objectclass ( 2.5.6.18 NAME 'userSecurityInformation' SUP top AUXILIARY
431         MAY ( supportedAlgorithms ) )
432
433 objectclass ( 2.5.6.16.2 NAME 'certificationAuthority-V2' SUP
434         certificationAuthority
435         AUXILIARY MAY ( deltaRevocationList ) )
436
437 objectclass ( 2.5.6.19 NAME 'cRLDistributionPoint' SUP top STRUCTURAL
438         MUST ( cn )
439         MAY ( certificateRevocationList $ authorityRevocationList $
440                 deltaRevocationList ) )
441
442 objectclass ( 2.5.6.20 NAME 'dmd' SUP top STRUCTURAL
443         MUST ( dmdName )
444         MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $
445                 x121Address $ registeredAddress $ destinationIndicator $
446                 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
447                 telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $
448                 street $ postOfficeBox $ postalCode $ postalAddress $
449                 physicalDeliveryOfficeName $ st $ l $ description ) )
450
451 objectclass ( 2.5.6.21 NAME 'pkiUser' SUP top AUXILIARY
452         DESC 'RFC2587: PKI user'
453         MUST userCertificate )
454
455 objectclass ( 2.5.6.22 NAME 'pkiCA' SUP top AUXILIARY
456         DESC 'RFC2587: PKI certificate authority'
457         MAY ( authorityRevocationList $ certificateRevocationList $
458                 cACertificate $ crossCertificatePair ) )
459
460 objectclass ( 2.5.6.23 NAME 'deltaCRL' SUP top AUXILIARY
461         DESC 'RFC2587: PKI user'
462         MAY deltaRevocationList )
463
464 objectclass ( 1.3.6.1.4.1.1466.101.120.111 NAME 'extensibleObject'
465         DESC 'RFC2252: extensible object'
466         SUP top AUXILIARY )
467
468 #
469 # Standard Track URI label schema from RFC2079
470 #
471 attributetype ( 1.3.6.1.4.1.250.1.57 NAME 'labeledURI'
472         DESC 'RFC2079: Uniform Resource Identifier with optional label'
473         EQUALITY caseExactIA5Match
474         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
475
476 objectclass ( 1.3.6.1.4.1.250.3.15 NAME 'labeledURIObject'
477         DESC 'RFC2079: object that contains the URI attribute type'
478         MAY ( labeledURI )
479         SUP top AUXILIARY )
480
481 #
482 # Standard Track Dynamic Directory Services from RFC2589
483 #
484 objectclass ( 1.3.6.1.4.1.1466.101.119.2 NAME 'dynamicObject'
485         DESC 'RFC2589: Dynamic Object'
486         SUP top AUXILIARY )
487
488 attributetype ( 1.3.6.1.4.1.1466.101.119.3 NAME 'entryTtl'
489         DESC 'RFC2589: entry time-to-live'
490         SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
491         NO-USER-MODIFICATION USAGE dSAOperation )
492
493 attributetype ( 1.3.6.1.4.1.1466.101.119.4 NAME 'dynamicSubtrees'
494         DESC 'RFC2589: dynamic subtrees'
495         SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 NO-USER-MODIFICATION
496         USAGE dSAOperation )
497
498 #
499 # Derived from RFC1274, but with new "short names"
500 #
501 attributetype ( 0.9.2342.19200300.100.1.1
502         NAME ( 'uid' 'userid' )
503         DESC 'RFC1274: user identifier'
504         EQUALITY caseIgnoreMatch
505         SUBSTR caseIgnoreSubstringsMatch
506         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
507
508 attributetype ( 0.9.2342.19200300.100.1.3
509         NAME ( 'mail' 'rfc822Mailbox' )
510         DESC 'RFC1274: RFC822 Mailbox'
511     EQUALITY caseIgnoreIA5Match
512     SUBSTR caseIgnoreIA5SubstringsMatch
513     SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
514
515 objectclass ( 0.9.2342.19200300.100.4.19 NAME 'simpleSecurityObject'
516         DESC 'RFC1274: simple security object'
517         SUP top AUXILIARY
518         MUST userPassword )
519
520 # RFC1274 + RFC2247
521 attributetype ( 0.9.2342.19200300.100.1.25
522         NAME ( 'dc' 'domainComponent' )
523         DESC 'RFC1274/2247: domain component'
524         EQUALITY caseIgnoreIA5Match
525         SUBSTR caseIgnoreIA5SubstringsMatch
526         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
527
528 # RFC2247
529 objectclass ( 1.3.6.1.4.1.1466.344 NAME 'dcObject'
530         DESC 'RFC2247: domain component object'
531         SUP top AUXILIARY MUST dc )
532
533
534 # From RFC2377
535 objectclass ( 1.3.6.1.1.3.1 NAME 'uidObject'
536         DESC 'RFC2377: uid object'
537         SUP top AUXILIARY MUST uid )
538
539 #
540 # From draft-zeilenga-ldap-nameref-00.txt
541 #       used to represent referrals in the directory
542 #
543 attributetype ( 2.16.840.1.113730.3.1.34 NAME 'ref'
544         DESC 'Named referral'
545         EQUALITY caseExactIA5Match
546         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
547         USAGE distributedOperation )
548
549 objectclass ( 2.16.840.1.113730.3.2.6 NAME 'referral'
550         DESC 'Named referral object'
551         SUP top STRUCTURAL MUST ref )
552
553 #
554 # LDAPsubEntry
555 #       likely to change!
556 objectclass ( 2.16.840.1.113719.2.142.6.1.1 NAME 'LDAPsubEntry'
557         DESC 'LDAP Subentry'
558         SUP top STRUCTURAL MAY cn )
559
560 #
561 # OpenLDAProotDSE
562 #       likely to change!
563 objectclass ( 1.3.6.1.4.1.4203.1.4.1
564         NAME ( 'OpenLDAProotDSE' 'LDAProotDSE' )
565         DESC 'OpenLDAP Root DSE object'
566         SUP top STRUCTURAL MAY cn )
567
568 #
569 # From Cosine Pilot
570 #
571 attributetype ( 0.9.2342.19200300.100.1.37 NAME 'associatedDomain'
572         EQUALITY caseIgnoreIA5Match
573         SUBSTR caseIgnoreIA5SubstringsMatch
574         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
575
576 #
577 # From U-Mich
578 #
579 attributetype ( 1.3.6.1.4.1.250.1.32
580         NAME ( 'krbName' 'kerberosName' )
581         DESC 'Kerberos Name'
582         EQUALITY caseIgnoreIA5Match
583         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
584         SINGLE-VALUE )
585
586 #
587 # OpenLDAP specific schema items
588 #
589 attributetype ( 1.3.6.1.4.1.4203.666.1.1
590         NAME 'authPassword'
591         DESC 'OpenLDAP authentication password attribute'
592         SYNTAX 1.3.6.1.4.1.4203.666.2.2
593         USAGE dSAOperation )
594
595 attributetype ( 1.3.6.1.4.1.4203.666.1.2
596         NAME 'supportedAuthPasswordSchemes'
597         DESC 'OpenLDAP supported authPassword schemes'
598         EQUALITY caseIgnoreIA5Match
599         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{32}
600         NO-USER-MODIFICATION USAGE dSAOperation )
601
602 attributetype ( 1.3.6.1.4.1.4203.1.3.1
603         NAME 'entry'
604         DESC 'OpenLDAP ACL entry pseudo-attribute'
605         SYNTAX 1.3.6.1.4.1.4203.1.1.1
606         SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation )
607
608 attributetype ( 1.3.6.1.4.1.4203.1.3.2
609         NAME 'children'
610         DESC 'OpenLDAP ACL children pseudo-attribute'
611         SYNTAX 1.3.6.1.4.1.4203.1.1.1
612         SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation )
613
614 attributetype ( 1.3.6.1.4.1.4203.666.1.5
615         NAME 'OpenLDAPaci'
616         DESC 'OpenLDAP access control information'
617         EQUALITY OpenLDAPaciMatch
618         SYNTAX 1.3.6.1.4.1.4203.666.2.1
619         USAGE directoryOperation )
620
621 objectclass ( 1.3.6.1.4.1.4203.666.3.1 NAME 'authPasswordObject'
622         DESC 'OpenLDAP authPassword mixin class'
623         MAY authPassword
624         AUXILIARY )