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