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