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