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