]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/core.schema
Berkeley DB 4.2 support (DB 4.2 required by default)
[openldap] / servers / slapd / schema / core.schema
1 # $OpenLDAP$
2 #
3 # OpenLDAP Core schema
4 #
5 # Includes LDAPv3 schema items from:
6 #       RFC 2252/2256 (LDAPv3)
7 #
8 # Select standard track schema items:
9 #       RFC 1274 (uid/dc)
10 #       RFC 2079 (URI)
11 #       RFC 2247 (dc/dcObject)
12 #       RFC 2587 (PKI)
13 #       RFC 2589 (Dynamic Directory Services)
14 #
15 # Select informational schema items:
16 #       RFC 2377 (uidObject)
17
18 #
19 # Standard attribute types from RFC 2256
20 #
21
22 # system schema
23 #attributetype ( 2.5.4.0 NAME 'objectClass'
24 #       DESC 'RFC2256: object classes of the entity'
25 #       EQUALITY objectIdentifierMatch
26 #       SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 )
27
28 # system schema
29 #attributetype ( 2.5.4.1 NAME ( 'aliasedObjectName' 'aliasedEntryName' )
30 #       DESC 'RFC2256: name of aliased object'
31 #       EQUALITY distinguishedNameMatch
32 #       SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE )
33
34 attributetype ( 2.5.4.2 NAME 'knowledgeInformation'
35         DESC 'RFC2256: knowledge information'
36         EQUALITY caseIgnoreMatch
37         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
38
39 # system schema
40 #attributetype ( 2.5.4.3 NAME ( 'cn' 'commonName' )
41 #       DESC 'RFC2256: common name(s) for which the entity is known by'
42 #       SUP name )
43
44 attributetype ( 2.5.4.4 NAME ( 'sn' 'surname' )
45         DESC 'RFC2256: last (family) name(s) for which the entity is known by'
46         SUP name )
47
48 attributetype ( 2.5.4.5 NAME 'serialNumber'
49         DESC 'RFC2256: serial number of the entity'
50         EQUALITY caseIgnoreMatch
51         SUBSTR caseIgnoreSubstringsMatch
52         SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{64} )
53
54 attributetype ( 2.5.4.6 NAME ( 'c' 'countryName' )
55         DESC 'RFC2256: ISO-3166 country 2-letter code'
56         SUP name SINGLE-VALUE )
57
58 attributetype ( 2.5.4.7 NAME ( 'l' 'localityName' )
59         DESC 'RFC2256: locality which this object resides in'
60         SUP name )
61
62 attributetype ( 2.5.4.8 NAME ( 'st' 'stateOrProvinceName' )
63         DESC 'RFC2256: state or province which this object resides in'
64         SUP name )
65
66 attributetype ( 2.5.4.9 NAME ( 'street' 'streetAddress' )
67         DESC 'RFC2256: street address of this object'
68         EQUALITY caseIgnoreMatch
69         SUBSTR caseIgnoreSubstringsMatch
70         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
71
72 attributetype ( 2.5.4.10 NAME ( 'o' 'organizationName' )
73         DESC 'RFC2256: organization this object belongs to'
74         SUP name )
75
76 attributetype ( 2.5.4.11 NAME ( 'ou' 'organizationalUnitName' )
77         DESC 'RFC2256: organizational unit this object belongs to'
78         SUP name )
79
80 attributetype ( 2.5.4.12 NAME 'title'
81         DESC 'RFC2256: title associated with the entity'
82         SUP name )
83
84 attributetype ( 2.5.4.13 NAME 'description'
85         DESC 'RFC2256: descriptive information'
86         EQUALITY caseIgnoreMatch
87         SUBSTR caseIgnoreSubstringsMatch
88         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
89
90 # Obsoleted by enhancedSearchGuide
91 attributetype ( 2.5.4.14 NAME 'searchGuide'
92         DESC 'RFC2256: search guide, obsoleted by enhancedSearchGuide'
93         SYNTAX 1.3.6.1.4.1.1466.115.121.1.25 )
94
95 attributetype ( 2.5.4.15 NAME 'businessCategory'
96         DESC 'RFC2256: business category'
97         EQUALITY caseIgnoreMatch
98         SUBSTR caseIgnoreSubstringsMatch
99         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
100
101 attributetype ( 2.5.4.16 NAME 'postalAddress'
102         DESC 'RFC2256: postal address'
103         EQUALITY caseIgnoreListMatch
104         SUBSTR caseIgnoreListSubstringsMatch
105         SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 )
106
107 attributetype ( 2.5.4.17 NAME 'postalCode'
108         DESC 'RFC2256: postal code'
109         EQUALITY caseIgnoreMatch
110         SUBSTR caseIgnoreSubstringsMatch
111         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} )
112
113 attributetype ( 2.5.4.18 NAME 'postOfficeBox'
114         DESC 'RFC2256: Post Office Box'
115         EQUALITY caseIgnoreMatch
116         SUBSTR caseIgnoreSubstringsMatch
117         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} )
118
119 attributetype ( 2.5.4.19 NAME 'physicalDeliveryOfficeName'
120         DESC 'RFC2256: Physical Delivery Office Name'
121         EQUALITY caseIgnoreMatch
122         SUBSTR caseIgnoreSubstringsMatch
123         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
124
125 attributetype ( 2.5.4.20 NAME 'telephoneNumber'
126         DESC 'RFC2256: Telephone Number'
127         EQUALITY telephoneNumberMatch
128         SUBSTR telephoneNumberSubstringsMatch
129         SYNTAX 1.3.6.1.4.1.1466.115.121.1.50{32} )
130
131 attributetype ( 2.5.4.21 NAME 'telexNumber'
132         DESC 'RFC2256: Telex Number'
133         SYNTAX 1.3.6.1.4.1.1466.115.121.1.52 )
134
135 attributetype ( 2.5.4.22 NAME 'teletexTerminalIdentifier'
136         DESC 'RFC2256: Teletex Terminal Identifier'
137         SYNTAX 1.3.6.1.4.1.1466.115.121.1.51 )
138
139 attributetype ( 2.5.4.23 NAME ( 'facsimileTelephoneNumber' 'fax' )
140         DESC 'RFC2256: Facsimile (Fax) Telephone Number'
141         SYNTAX 1.3.6.1.4.1.1466.115.121.1.22 )
142
143 attributetype ( 2.5.4.24 NAME 'x121Address'
144         DESC 'RFC2256: X.121 Address'
145         EQUALITY numericStringMatch
146         SUBSTR numericStringSubstringsMatch
147         SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{15} )
148
149 attributetype ( 2.5.4.25 NAME 'internationaliSDNNumber'
150         DESC 'RFC2256: international ISDN number'
151         EQUALITY numericStringMatch
152         SUBSTR numericStringSubstringsMatch
153         SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{16} )
154
155 attributetype ( 2.5.4.26 NAME 'registeredAddress'
156         DESC 'RFC2256: registered postal address'
157         SUP postalAddress
158         SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 )
159
160 attributetype ( 2.5.4.27 NAME 'destinationIndicator'
161         DESC 'RFC2256: destination indicator'
162         EQUALITY caseIgnoreMatch
163         SUBSTR caseIgnoreSubstringsMatch
164         SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{128} )
165
166 attributetype ( 2.5.4.28 NAME 'preferredDeliveryMethod'
167         DESC 'RFC2256: preferred delivery method'
168         SYNTAX 1.3.6.1.4.1.1466.115.121.1.14
169         SINGLE-VALUE )
170
171 attributetype ( 2.5.4.29 NAME 'presentationAddress'
172         DESC 'RFC2256: presentation address'
173         EQUALITY presentationAddressMatch
174         SYNTAX 1.3.6.1.4.1.1466.115.121.1.43
175         SINGLE-VALUE )
176
177 attributetype ( 2.5.4.30 NAME 'supportedApplicationContext'
178         DESC 'RFC2256: supported application context'
179         EQUALITY objectIdentifierMatch
180         SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 )
181
182 attributetype ( 2.5.4.31 NAME 'member'
183         DESC 'RFC2256: member of a group'
184         SUP distinguishedName )
185
186 attributetype ( 2.5.4.32 NAME 'owner'
187         DESC 'RFC2256: owner (of the object)'
188         SUP distinguishedName )
189
190 attributetype ( 2.5.4.33 NAME 'roleOccupant'
191         DESC 'RFC2256: occupant of role'
192         SUP distinguishedName )
193
194 attributetype ( 2.5.4.34 NAME 'seeAlso'
195         DESC 'RFC2256: DN of related object'
196         SUP distinguishedName )
197
198 # system schema
199 #attributetype ( 2.5.4.35 NAME 'userPassword'
200 #       DESC 'RFC2256/2307: password of user'
201 #       EQUALITY octetStringMatch
202 #       SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{128} )
203
204 # Must be transferred using ;binary
205 # with certificateExactMatch rule (per X.509)
206 attributetype ( 2.5.4.36 NAME 'userCertificate'
207         DESC 'RFC2256: X.509 user certificate, use ;binary'
208         EQUALITY certificateExactMatch
209         SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 )
210
211 # Must be transferred using ;binary
212 # with certificateExactMatch rule (per X.509)
213 attributetype ( 2.5.4.37 NAME 'cACertificate'
214         DESC 'RFC2256: X.509 CA certificate, use ;binary'
215         EQUALITY certificateExactMatch
216         SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 )
217
218 # Must be transferred using ;binary
219 attributetype ( 2.5.4.38 NAME 'authorityRevocationList'
220         DESC 'RFC2256: X.509 authority revocation list, use ;binary'
221         SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 )
222
223 # Must be transferred using ;binary
224 attributetype ( 2.5.4.39 NAME 'certificateRevocationList'
225         DESC 'RFC2256: X.509 certificate revocation list, use ;binary'
226         SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 )
227
228 # Must be stored and requested in the binary form
229 attributetype ( 2.5.4.40 NAME 'crossCertificatePair'
230         DESC 'RFC2256: X.509 cross certificate pair, use ;binary'
231         SYNTAX 1.3.6.1.4.1.1466.115.121.1.10 )
232
233 # 2.5.4.41 is defined above as it's used for subtyping
234 #attributetype ( 2.5.4.41 NAME 'name'
235 #       EQUALITY caseIgnoreMatch
236 #       SUBSTR caseIgnoreSubstringsMatch
237 #       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
238
239 attributetype ( 2.5.4.42 NAME ( 'givenName' 'gn' )
240         DESC 'RFC2256: first name(s) for which the entity is known by'
241         SUP name )
242
243 attributetype ( 2.5.4.43 NAME 'initials'
244         DESC 'RFC2256: initials of some or all of names, but not the surname(s).'
245         SUP name )
246
247 attributetype ( 2.5.4.44 NAME 'generationQualifier'
248         DESC 'RFC2256: name qualifier indicating a generation'
249         SUP name )
250
251 attributetype ( 2.5.4.45 NAME 'x500UniqueIdentifier'
252         DESC 'RFC2256: X.500 unique identifier'
253         EQUALITY bitStringMatch
254         SYNTAX 1.3.6.1.4.1.1466.115.121.1.6 )
255
256 attributetype ( 2.5.4.46 NAME 'dnQualifier'
257         DESC 'RFC2256: DN qualifier'
258         EQUALITY caseIgnoreMatch
259         ORDERING caseIgnoreOrderingMatch
260         SUBSTR caseIgnoreSubstringsMatch
261         SYNTAX 1.3.6.1.4.1.1466.115.121.1.44 )
262
263 attributetype ( 2.5.4.47 NAME 'enhancedSearchGuide'
264         DESC 'RFC2256: enhanced search guide'
265         SYNTAX 1.3.6.1.4.1.1466.115.121.1.21 )
266
267 attributetype ( 2.5.4.48 NAME 'protocolInformation'
268         DESC 'RFC2256: protocol information'
269         EQUALITY protocolInformationMatch
270         SYNTAX 1.3.6.1.4.1.1466.115.121.1.42 )
271
272 # 2.5.4.49 is defined above as it's used for subtyping
273 #attributetype ( 2.5.4.49 NAME 'distinguishedName'
274 #       EQUALITY distinguishedNameMatch
275 #       SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
276
277 attributetype ( 2.5.4.50 NAME 'uniqueMember'
278         DESC 'RFC2256: unique member of a group'
279         EQUALITY uniqueMemberMatch
280         SYNTAX 1.3.6.1.4.1.1466.115.121.1.34 )
281
282 attributetype ( 2.5.4.51 NAME 'houseIdentifier'
283         DESC 'RFC2256: house identifier'
284         EQUALITY caseIgnoreMatch
285         SUBSTR caseIgnoreSubstringsMatch
286         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
287
288 # Must be transferred using ;binary
289 attributetype ( 2.5.4.52 NAME 'supportedAlgorithms'
290         DESC 'RFC2256: supported algorithms'
291         SYNTAX 1.3.6.1.4.1.1466.115.121.1.49 )
292
293 # Must be transferred using ;binary
294 attributetype ( 2.5.4.53 NAME 'deltaRevocationList'
295         DESC 'RFC2256: delta revocation list; use ;binary'
296         SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 )
297
298 attributetype ( 2.5.4.54 NAME 'dmdName'
299         DESC 'RFC2256: name of DMD'
300         SUP name )
301
302
303 # Standard object classes from RFC2256
304
305 # system schema
306 #objectclass ( 2.5.6.1 NAME 'alias'
307 #       DESC 'RFC2256: an alias'
308 #       SUP top STRUCTURAL
309 #       MUST aliasedObjectName )
310
311 objectclass ( 2.5.6.2 NAME 'country'
312         DESC 'RFC2256: a country'
313         SUP top STRUCTURAL
314         MUST c
315         MAY ( searchGuide $ description ) )
316
317 objectclass ( 2.5.6.3 NAME 'locality'
318         DESC 'RFC2256: a locality'
319         SUP top STRUCTURAL
320         MAY ( street $ seeAlso $ searchGuide $ st $ l $ description ) )
321
322 objectclass ( 2.5.6.4 NAME 'organization'
323         DESC 'RFC2256: an organization'
324         SUP top STRUCTURAL
325         MUST o
326         MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $
327                 x121Address $ registeredAddress $ destinationIndicator $
328                 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
329                 telephoneNumber $ internationaliSDNNumber $
330                 facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $
331                 postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) )
332
333 objectclass ( 2.5.6.5 NAME 'organizationalUnit'
334         DESC 'RFC2256: an organizational unit'
335         SUP top STRUCTURAL
336         MUST ou
337         MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $
338                 x121Address $ registeredAddress $ destinationIndicator $
339                 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
340                 telephoneNumber $ internationaliSDNNumber $
341                 facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $
342                 postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) )
343
344 objectclass ( 2.5.6.6 NAME 'person'
345         DESC 'RFC2256: a person'
346         SUP top STRUCTURAL
347         MUST ( sn $ cn )
348         MAY ( userPassword $ telephoneNumber $ seeAlso $ description ) )
349
350 objectclass ( 2.5.6.7 NAME 'organizationalPerson'
351         DESC 'RFC2256: an organizational person'
352         SUP person STRUCTURAL
353         MAY ( title $ x121Address $ registeredAddress $ destinationIndicator $
354                 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
355                 telephoneNumber $ internationaliSDNNumber $
356                 facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $
357                 postalAddress $ physicalDeliveryOfficeName $ ou $ st $ l ) )
358
359 objectclass ( 2.5.6.8 NAME 'organizationalRole'
360         DESC 'RFC2256: an organizational role'
361         SUP top STRUCTURAL
362         MUST cn
363         MAY ( x121Address $ registeredAddress $ destinationIndicator $
364                 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
365                 telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $
366                 seeAlso $ roleOccupant $ preferredDeliveryMethod $ street $
367                 postOfficeBox $ postalCode $ postalAddress $
368                 physicalDeliveryOfficeName $ ou $ st $ l $ description ) )
369
370 objectclass ( 2.5.6.9 NAME 'groupOfNames'
371         DESC 'RFC2256: a group of names (DNs)'
372         SUP top STRUCTURAL
373         MUST ( member $ cn )
374         MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description ) )
375
376 objectclass ( 2.5.6.10 NAME 'residentialPerson'
377         DESC 'RFC2256: an residential person'
378         SUP person STRUCTURAL
379         MUST l
380         MAY ( businessCategory $ x121Address $ registeredAddress $
381                 destinationIndicator $ preferredDeliveryMethod $ telexNumber $
382                 teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $
383                 facsimileTelephoneNumber $ preferredDeliveryMethod $ street $
384                 postOfficeBox $ postalCode $ postalAddress $
385                 physicalDeliveryOfficeName $ st $ l ) )
386
387 objectclass ( 2.5.6.11 NAME 'applicationProcess'
388         DESC 'RFC2256: an application process'
389         SUP top STRUCTURAL
390         MUST cn
391         MAY ( seeAlso $ ou $ l $ description ) )
392
393 objectclass ( 2.5.6.12 NAME 'applicationEntity'
394         DESC 'RFC2256: an application entity'
395         SUP top STRUCTURAL
396         MUST ( presentationAddress $ cn )
397         MAY ( supportedApplicationContext $ seeAlso $ ou $ o $ l $
398         description ) )
399
400 objectclass ( 2.5.6.13 NAME 'dSA'
401         DESC 'RFC2256: a directory system agent (a server)'
402         SUP applicationEntity STRUCTURAL
403         MAY knowledgeInformation )
404
405 objectclass ( 2.5.6.14 NAME 'device'
406         DESC 'RFC2256: a device'
407         SUP top STRUCTURAL
408         MUST cn
409         MAY ( serialNumber $ seeAlso $ owner $ ou $ o $ l $ description ) )
410
411 objectclass ( 2.5.6.15 NAME 'strongAuthenticationUser'
412         DESC 'RFC2256: a strong authentication user'
413         SUP top AUXILIARY
414         MUST userCertificate )
415
416 objectclass ( 2.5.6.16 NAME 'certificationAuthority'
417         DESC 'RFC2256: a certificate authority'
418         SUP top AUXILIARY
419         MUST ( authorityRevocationList $ certificateRevocationList $
420                 cACertificate ) MAY crossCertificatePair )
421
422 objectclass ( 2.5.6.17 NAME 'groupOfUniqueNames'
423         DESC 'RFC2256: a group of unique names (DN and Unique Identifier)'
424         SUP top STRUCTURAL
425         MUST ( uniqueMember $ cn )
426         MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description ) )
427
428 objectclass ( 2.5.6.18 NAME 'userSecurityInformation'
429         DESC 'RFC2256: a user security information'
430         SUP top AUXILIARY
431         MAY ( supportedAlgorithms ) )
432
433 objectclass ( 2.5.6.16.2 NAME 'certificationAuthority-V2'
434         SUP certificationAuthority
435         AUXILIARY MAY ( deltaRevocationList ) )
436
437 objectclass ( 2.5.6.19 NAME 'cRLDistributionPoint'
438         SUP top STRUCTURAL
439         MUST ( cn )
440         MAY ( certificateRevocationList $ authorityRevocationList $
441                 deltaRevocationList ) )
442
443 objectclass ( 2.5.6.20 NAME 'dmd'
444         SUP top STRUCTURAL
445         MUST ( dmdName )
446         MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $
447                 x121Address $ registeredAddress $ destinationIndicator $
448                 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
449                 telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $
450                 street $ postOfficeBox $ postalCode $ postalAddress $
451                 physicalDeliveryOfficeName $ st $ l $ description ) )
452
453 #
454 # Object Classes from RFC 2587
455 #
456 objectclass ( 2.5.6.21 NAME 'pkiUser'
457         DESC 'RFC2587: a PKI user'
458         SUP top AUXILIARY
459         MAY userCertificate )
460
461 objectclass ( 2.5.6.22 NAME 'pkiCA'
462         DESC 'RFC2587: PKI certificate authority'
463         SUP top AUXILIARY
464         MAY ( authorityRevocationList $ certificateRevocationList $
465                 cACertificate $ crossCertificatePair ) )
466
467 objectclass ( 2.5.6.23 NAME 'deltaCRL'
468         DESC 'RFC2587: PKI user'
469         SUP top AUXILIARY
470         MAY deltaRevocationList )
471
472 #
473 # Standard Track URI label schema from RFC 2079
474 # system schema
475 #attributetype ( 1.3.6.1.4.1.250.1.57 NAME 'labeledURI'
476 #       DESC 'RFC2079: Uniform Resource Identifier with optional label'
477 #       EQUALITY caseExactMatch
478 #       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
479
480 objectclass ( 1.3.6.1.4.1.250.3.15 NAME 'labeledURIObject'
481         DESC 'RFC2079: object that contains the URI attribute type'
482         MAY ( labeledURI )
483         SUP top AUXILIARY )
484
485 #
486 # Derived from RFC 1274, but with new "short names"
487 #
488 attributetype ( 0.9.2342.19200300.100.1.1
489         NAME ( 'uid' 'userid' )
490         DESC 'RFC1274: user identifier'
491         EQUALITY caseIgnoreMatch
492         SUBSTR caseIgnoreSubstringsMatch
493         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
494
495 attributetype ( 0.9.2342.19200300.100.1.3
496         NAME ( 'mail' 'rfc822Mailbox' )
497         DESC 'RFC1274: RFC822 Mailbox'
498     EQUALITY caseIgnoreIA5Match
499     SUBSTR caseIgnoreIA5SubstringsMatch
500     SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
501
502 objectclass ( 0.9.2342.19200300.100.4.19 NAME 'simpleSecurityObject'
503         DESC 'RFC1274: simple security object'
504         SUP top AUXILIARY
505         MUST userPassword )
506
507 # RFC 1274 + RFC 2247
508 attributetype ( 0.9.2342.19200300.100.1.25
509         NAME ( 'dc' 'domainComponent' )
510         DESC 'RFC1274/2247: domain component'
511         EQUALITY caseIgnoreIA5Match
512         SUBSTR caseIgnoreIA5SubstringsMatch
513         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
514
515 # RFC 2247
516 objectclass ( 1.3.6.1.4.1.1466.344 NAME 'dcObject'
517         DESC 'RFC2247: domain component object'
518         SUP top AUXILIARY MUST dc )
519
520 # RFC 2377
521 objectclass ( 1.3.6.1.1.3.1 NAME 'uidObject'
522         DESC 'RFC2377: uid object'
523         SUP top AUXILIARY MUST uid )
524
525 # From COSINE Pilot
526 attributetype ( 0.9.2342.19200300.100.1.37
527         NAME 'associatedDomain'
528         DESC 'RFC1274: domain associated with object'
529         EQUALITY caseIgnoreIA5Match
530         SUBSTR caseIgnoreIA5SubstringsMatch
531         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
532
533 # RFC 2459
534 attributetype ( 1.2.840.113549.1.9.1
535         NAME ( 'email' 'emailAddress' 'pkcs9email' )
536         DESC 'RFC2459: legacy attribute for email addresses in DNs'
537         EQUALITY caseIgnoreIA5Match
538         SUBSTR caseIgnoreIA5SubstringsMatch
539         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{128} )
540