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