]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/core.schema
043d0a6b28c19800d6c2a6a7f9c54027e4ebddc6
[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)
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' EQUALITY objectIdentifierMatch
125       SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 )
126
127 attributetype ( 2.5.4.1 NAME 'aliasedObjectName' EQUALITY distinguishedNameMatch
128       SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE )
129
130 # Defined, but no longer used
131
132 attributetype ( 2.5.4.2 NAME 'knowledgeInformation' EQUALITY caseIgnoreMatch
133       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
134
135 # Place here since other attribute types derive from it
136
137 attributetype ( 2.5.4.41 NAME 'name' EQUALITY caseIgnoreMatch
138       SUBSTR caseIgnoreSubstringsMatch
139       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
140
141 attributetype ( 2.5.4.3 NAME ( 'cn' 'commonName' ) SUP name )
142
143 attributetype ( 2.5.4.4 NAME ( 'sn' 'surname' ) SUP name )
144
145 attributetype ( 2.5.4.5 NAME 'serialNumber' EQUALITY caseIgnoreMatch
146       SUBSTR caseIgnoreSubstringsMatch
147       SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{64} )
148
149 # (2-letter code from ISO 3166)
150
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' ) EQUALITY caseIgnoreMatch
158       SUBSTR caseIgnoreSubstringsMatch
159       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
160
161 attributetype ( 2.5.4.10 NAME ( 'o' 'organizationName' ) SUP name )
162
163 attributetype ( 2.5.4.11 NAME ( 'ou' 'organizationalUnitName' ) SUP name )
164
165 attributetype ( 2.5.4.12 NAME 'title' SUP name )
166
167 attributetype ( 2.5.4.13 NAME 'description' EQUALITY caseIgnoreMatch
168       SUBSTR caseIgnoreSubstringsMatch
169       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
170
171 # Obsoleted by enhancedSearchGuide
172
173 attributetype ( 2.5.4.14 NAME 'searchGuide'
174       SYNTAX 1.3.6.1.4.1.1466.115.121.1.25 )
175
176 attributetype ( 2.5.4.15 NAME 'businessCategory' EQUALITY caseIgnoreMatch
177      SUBSTR caseIgnoreSubstringsMatch
178      SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
179
180 # Show stopper: we don't have the definition of caseIgnoreListSubstringsMatch
181 #attribute ( 2.5.4.16 NAME 'postalAddress' EQUALITY caseIgnoreListMatch
182 #     SUBSTR caseIgnoreListSubstringsMatch
183 #     SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 )
184 attributetype ( 2.5.4.16 NAME 'postalAddress' EQUALITY caseIgnoreListMatch
185      SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 )
186
187 attributetype ( 2.5.4.17 NAME 'postalCode' EQUALITY caseIgnoreMatch
188      SUBSTR caseIgnoreSubstringsMatch
189      SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} )
190
191 attributetype ( 2.5.4.18 NAME 'postOfficeBox' EQUALITY caseIgnoreMatch
192      SUBSTR caseIgnoreSubstringsMatch
193      SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} )
194
195 attributetype ( 2.5.4.19 NAME 'physicalDeliveryOfficeName' 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.20 NAME 'telephoneNumber' EQUALITY telephoneNumberMatch
200      SUBSTR telephoneNumberSubstringsMatch
201      SYNTAX 1.3.6.1.4.1.1466.115.121.1.50{32} )
202
203 attributetype ( 2.5.4.21 NAME 'telexNumber'
204      SYNTAX 1.3.6.1.4.1.1466.115.121.1.52 )
205
206 attributetype ( 2.5.4.22 NAME 'teletexTerminalIdentifier'
207      SYNTAX 1.3.6.1.4.1.1466.115.121.1.51 )
208
209 attributetype ( 2.5.4.23 NAME ( 'facsimileTelephoneNumber' 'fax' )
210      SYNTAX 1.3.6.1.4.1.1466.115.121.1.22 )
211
212 attributetype ( 2.5.4.24 NAME 'x121Address' 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' EQUALITY numericStringMatch
217      SUBSTR numericStringSubstringsMatch
218      SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{16} )
219
220 attributetype ( 2.5.4.26 NAME 'registeredAddress' SUP postalAddress
221       SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 )
222
223 attributetype ( 2.5.4.27 NAME 'destinationIndicator' EQUALITY caseIgnoreMatch
224       SUBSTR caseIgnoreSubstringsMatch
225       SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{128} )
226
227 attributetype ( 2.5.4.28 NAME 'preferredDeliveryMethod'
228       SYNTAX 1.3.6.1.4.1.1466.115.121.1.14
229       SINGLE-VALUE )
230
231 attributetype ( 2.5.4.29 NAME 'presentationAddress'
232       EQUALITY presentationAddressMatch
233       SYNTAX 1.3.6.1.4.1.1466.115.121.1.43
234       SINGLE-VALUE )
235
236 attributetype ( 2.5.4.30 NAME 'supportedApplicationContext'
237       EQUALITY objectIdentifierMatch
238       SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 )
239
240 # Placed here because others derive from it.
241
242 # We had a dn definition in slapd.at.conf and Netscape lists both
243 # names for that OID.  This is wrong, 'dn' is used internally in slapd
244 # as the name of a pseudo-attribute type that contains the
245 # distinguished name of an entry.  On the other hand, the attribute
246 # type distinguishedName is meant to be an "abstract" type and other
247 # dn-valued attribute types derive from it.  So at most, 'dn' would
248 # be a subtype of distinguishedName, something like:
249 #       attributetype ( dnOID NAME 'dn' SUP distinguishedName
250 #               SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation )
251
252 attributetype ( 2.5.4.49 NAME 'distinguishedName'
253       EQUALITY distinguishedNameMatch
254       SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
255
256 attributetype ( 2.5.4.31 NAME 'member' SUP distinguishedName )
257
258 attributetype ( 2.5.4.32 NAME 'owner' SUP distinguishedName )
259
260 attributetype ( 2.5.4.33 NAME 'roleOccupant' SUP distinguishedName )
261
262 attributetype ( 2.5.4.34 NAME 'seeAlso' SUP distinguishedName )
263
264 attributetype ( 2.5.4.35 NAME 'userPassword' EQUALITY octetStringMatch
265       SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{128} )
266
267 # Must be stored and requested in the binary form, as
268 # userCertificate;binary
269
270 attributetype ( 2.5.4.36 NAME 'userCertificate'
271       SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 )
272
273 # As above
274
275 attributetype ( 2.5.4.37 NAME 'cACertificate'
276       SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 )
277
278 # As above
279
280 attributetype ( 2.5.4.38 NAME 'authorityRevocationList'
281       SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 )
282
283 # As above
284
285 attributetype ( 2.5.4.39 NAME 'certificateRevocationList'
286       SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 )
287
288 # As above
289
290 attributetype ( 2.5.4.40 NAME 'crossCertificatePair'
291       SYNTAX 1.3.6.1.4.1.1466.115.121.1.10 )
292
293 # 2.5.4.41 is 'name', moved above since other attribute types derive from it
294
295 attributetype ( 2.5.4.42 NAME 'givenName' SUP name )
296
297 attributetype ( 2.5.4.43 NAME 'initials' SUP name )
298
299 attributetype ( 2.5.4.45 NAME 'x500UniqueIdentifier' EQUALITY bitStringMatch
300       SYNTAX 1.3.6.1.4.1.1466.115.121.1.6 )
301
302 attributetype ( 2.5.4.46 NAME 'dnQualifier' EQUALITY caseIgnoreMatch
303       ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstringsMatch
304       SYNTAX 1.3.6.1.4.1.1466.115.121.1.44 )
305
306 attributetype ( 2.5.4.47 NAME 'enhancedSearchGuide'
307       SYNTAX 1.3.6.1.4.1.1466.115.121.1.21 )
308
309 attributetype ( 2.5.4.48 NAME 'protocolInformation'
310       EQUALITY protocolInformationMatch
311       SYNTAX 1.3.6.1.4.1.1466.115.121.1.42 )
312
313 # 2.5.4.49 is distinguishedName, moved up
314
315 attributetype ( 2.5.4.50 NAME 'uniqueMember' EQUALITY uniqueMemberMatch
316       SYNTAX 1.3.6.1.4.1.1466.115.121.1.34 )
317
318 attributetype ( 2.5.4.51 NAME 'houseIdentifier' EQUALITY caseIgnoreMatch
319       SUBSTR caseIgnoreSubstringsMatch
320       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
321
322 # This attribute is to be stored and requested in the binary form, as
323 # 'supportedAlgorithms;binary'.
324
325 attributetype ( 2.5.4.52 NAME 'supportedAlgorithms'
326       SYNTAX 1.3.6.1.4.1.1466.115.121.1.49 )
327
328 # This attribute is to be stored and requested in the binary form, as
329 # 'deltaRevocationList;binary'.
330
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 MUST objectClass )
339
340 objectclass ( 2.5.6.1 NAME 'alias' SUP top STRUCTURAL MUST aliasedObjectName )
341
342 objectclass ( 2.5.6.2 NAME 'country' SUP top STRUCTURAL MUST c
343      MAY ( searchGuide $ description ) )
344
345 objectclass ( 2.5.6.3 NAME 'locality' SUP top STRUCTURAL
346      MAY ( street $ seeAlso $ searchGuide $ st $ l $ description ) )
347
348 objectclass ( 2.5.6.4 NAME 'organization' SUP top STRUCTURAL MUST o
349      MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $
350      x121Address $ registeredAddress $ destinationIndicator $
351      preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
352      telephoneNumber $ internationaliSDNNumber $
353      facsimileTelephoneNumber $
354      street $ postOfficeBox $ postalCode $ postalAddress $
355      physicalDeliveryOfficeName $ st $ l $ description ) )
356
357 objectclass ( 2.5.6.5 NAME 'organizationalUnit' SUP top STRUCTURAL MUST ou
358      MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $
359      x121Address $ registeredAddress $ destinationIndicator $
360      preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
361      telephoneNumber $ internationaliSDNNumber $
362      facsimileTelephoneNumber $
363      street $ postOfficeBox $ postalCode $ postalAddress $
364      physicalDeliveryOfficeName $ st $ l $ description ) )
365
366 objectclass ( 2.5.6.6 NAME 'person' SUP top STRUCTURAL MUST ( sn $ cn )
367      MAY ( userPassword $ telephoneNumber $ seeAlso $ description ) )
368
369 objectclass ( 2.5.6.7 NAME 'organizationalPerson' SUP person STRUCTURAL
370      MAY ( title $ x121Address $ registeredAddress $
371      destinationIndicator $
372      preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
373      telephoneNumber $ internationaliSDNNumber $
374      facsimileTelephoneNumber $
375      street $ postOfficeBox $ postalCode $ postalAddress $
376      physicalDeliveryOfficeName $ ou $ st $ l ) )
377
378 # Notice that preferredDeliveryMethod is duplicate
379
380 objectclass ( 2.5.6.8 NAME 'organizationalRole' SUP top STRUCTURAL MUST cn
381      MAY ( x121Address $ registeredAddress $ destinationIndicator $
382      preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
383      telephoneNumber $ internationaliSDNNumber $
384      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 MUST ( member $ cn )
390      MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description ) )
391
392 # Notice that preferredDeliveryMethod is duplicate
393 # It seems they could not agree on whether telephoneNumber is MAY
394 # in person.  Probably it wasn't originally at was added as an
395 # afterthought
396
397 objectclass ( 2.5.6.10 NAME 'residentialPerson' SUP person STRUCTURAL MUST l
398      MAY ( businessCategory $ x121Address $ registeredAddress $
399      destinationIndicator $ preferredDeliveryMethod $ telexNumber $
400      teletexTerminalIdentifier $ telephoneNumber $
401      internationaliSDNNumber $
402      facsimileTelephoneNumber $ preferredDeliveryMethod $ street $
403      postOfficeBox $ postalCode $ postalAddress $
404      physicalDeliveryOfficeName $ st $ l ) )
405
406 objectclass ( 2.5.6.11 NAME 'applicationProcess' SUP top STRUCTURAL MUST cn
407      MAY ( seeAlso $ ou $ l $ description ) )
408
409 objectclass ( 2.5.6.12 NAME 'applicationEntity' SUP top STRUCTURAL
410      MUST ( presentationAddress $ cn )
411      MAY ( supportedApplicationContext $ seeAlso $ ou $ o $ l $
412      description ) )
413
414 # This one was wrong in our schema, it only allowed the aditional
415 # knowledgeInformation attribute, while it is derived from
416 # applicationEntity and should allow all its attributes as well.
417
418 objectclass ( 2.5.6.13 NAME 'dSA' SUP applicationEntity STRUCTURAL
419      MAY knowledgeInformation )
420
421 objectclass ( 2.5.6.14 NAME 'device' SUP top STRUCTURAL MUST cn
422      MAY ( serialNumber $ seeAlso $ owner $ ou $ o $ l $ description ) )
423
424 objectclass ( 2.5.6.15 NAME 'strongAuthenticationUser' SUP top AUXILIARY
425      MUST userCertificate )
426
427 objectclass ( 2.5.6.16 NAME 'certificationAuthority' SUP top AUXILIARY
428      MUST ( authorityRevocationList $ certificateRevocationList $
429      cACertificate ) MAY crossCertificatePair )
430
431 # New
432
433 objectclass ( 2.5.6.17 NAME 'groupOfUniqueNames' SUP top STRUCTURAL
434      MUST ( uniqueMember $ cn )
435      MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description ) )
436
437 # New
438
439 objectclass ( 2.5.6.18 NAME 'userSecurityInformation' SUP top AUXILIARY
440      MAY ( supportedAlgorithms ) )
441
442 # New
443
444 objectclass ( 2.5.6.16.2 NAME 'certificationAuthority-V2' SUP
445      certificationAuthority
446      AUXILIARY MAY ( deltaRevocationList ) )
447
448 # New
449
450 objectclass ( 2.5.6.19 NAME 'cRLDistributionPoint' SUP top STRUCTURAL
451      MUST ( cn ) MAY ( certificateRevocationList $
452      authorityRevocationList $
453      deltaRevocationList ) )
454
455 # New
456
457 objectclass ( 2.5.6.20 NAME 'dmd' SUP top STRUCTURAL MUST ( dmdName )
458      MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $
459      x121Address $ registeredAddress $ destinationIndicator $
460      preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
461      telephoneNumber $ internationaliSDNNumber $
462      facsimileTelephoneNumber $
463      street $ postOfficeBox $ postalCode $ postalAddress $
464      physicalDeliveryOfficeName $ st $ l $ description ) )
465
466 # Next objectclass is defined in RFC2252, but has to be put after top
467
468 objectclass ( 1.3.6.1.4.1.1466.101.120.111 NAME 'extensibleObject'
469         DESC 'RFC2252 extensible object'
470         SUP top AUXILIARY )
471
472 #
473 # Standard Track URI label schema from RFC2079
474 #
475 attributetype ( 1.3.6.1.4.1.250.1.57 NAME 'labeledURI'
476         DESC 'Uniform Resource Identifier with optional label'
477         EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
478
479 objectclass ( 1.3.6.1.4.1.250.3.15 NAME 'labeledURIObject'
480         DESC 'object that contains the URI attribute type'
481         MAY ( labeledURI ) SUP top AUXILIARY )
482
483 #
484 # Standard Track Dynamic Directory Services from RFC2589
485 #
486 objectclass ( 1.3.6.1.4.1.1466.101.119.2 NAME 'dynamicObject'
487         DESC 'RFC2589 Dynamic Object'
488         SUP top AUXILIARY )
489
490 attributetype ( 1.3.6.1.4.1.1466.101.119.3 NAME 'entryTtl'
491         DESC 'RFC2589 entry time-to-live'
492         SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
493         NO-USER-MODIFICATION USAGE dSAOperation )
494
495 attributetype ( 1.3.6.1.4.1.1466.101.119.4 NAME 'dynamicSubtrees'
496         DESC 'RFC2589 dynamic subtrees'
497         SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 NO-USER-MODIFICATION
498         USAGE dSAOperation )
499
500 #
501 # RFC2247
502 attributetype ( 0.9.2342.19200300.100.1.25 NAME 'dc'
503         DESC 'RFC2247 domain component'
504         EQUALITY caseIgnoreIA5Match
505         SUBSTR caseIgnoreIA5SubstringsMatch
506         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
507
508 objectclass ( 1.3.6.1.4.1.1466.344 NAME 'dcObject'
509         SUP top AUXILIARY MUST dc )
510
511 # RFC1274
512 attributetype ( 0.9.2342.19200300.100.1.1 NAME ( 'uid' 'userid' )
513         DESC 'RFC1274 user identifier'
514         EQUALITY caseIgnoreMatch
515         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
516
517 # RFC2377
518 objectclass ( 1.3.6.1.1.3.1 NAME 'uidObject'
519         DESC 'RFC2377 uid object'
520         SUP top AUXILIARY MUST uid )
521
522 #
523 # From draft-ietf-ldapext-nameref-00.txt
524 #       used to represent referrals in the directory
525 #
526 attributetype ( 2.16.840.1.113730.3.1.34 NAME 'ref'
527         DESC 'nameref URL Reference'
528         EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
529         USAGE distributedOperation )
530
531 objectclass ( 2.16.840.1.113730.3.2.6 NAME 'referral'
532         DESC 'nameref referral object'
533         SUP top STRUCTURAL MAY ( ref ) )
534
535 #
536 # LDAPsubEntry
537 #       likely to change!
538 objectclass ( 2.16.840.1.113719.2.142.6.1.1 NAME 'LDAPsubEntry'
539         DESC 'Limited X.501 Subentry class, named by cn'
540         SUP top STRUCTURAL MUST ( cn ) )
541
542 #
543 # LDAProotDSE
544 #       no oid assigned
545 objectclass ( LDAProotDSEOID NAME 'LDAProotDSE'
546         DESC 'Root DSE object class'
547         SUP top STRUCTURAL )