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