]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/core.schema
remove a componentCertificate attribute from the organizationalPerson objectclass
[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 attributetype ( 1.3.6.1.4.1.4203.666.1.34 NAME 'componentCertificate'
252         DESC 'RFC 3687 Component Matching, use ;binary'
253         SYNTAX 1.3.6.1.4.1.4203.666.2.7 )
254
255 # Must be transferred using ;binary
256 # with certificateExactMatch rule (per X.509)
257 attributetype ( 2.5.4.37 NAME 'cACertificate'
258         DESC 'RFC2256: X.509 CA certificate, use ;binary'
259         EQUALITY certificateExactMatch
260         SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 )
261
262 # Must be transferred using ;binary
263 attributetype ( 2.5.4.38 NAME 'authorityRevocationList'
264         DESC 'RFC2256: X.509 authority revocation list, use ;binary'
265         SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 )
266
267 # Must be transferred using ;binary
268 attributetype ( 2.5.4.39 NAME 'certificateRevocationList'
269         DESC 'RFC2256: X.509 certificate revocation list, use ;binary'
270         SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 )
271
272 # Must be stored and requested in the binary form
273 attributetype ( 2.5.4.40 NAME 'crossCertificatePair'
274         DESC 'RFC2256: X.509 cross certificate pair, use ;binary'
275         SYNTAX 1.3.6.1.4.1.1466.115.121.1.10 )
276
277 # 2.5.4.41 is defined above as it's used for subtyping
278 #attributetype ( 2.5.4.41 NAME 'name'
279 #       EQUALITY caseIgnoreMatch
280 #       SUBSTR caseIgnoreSubstringsMatch
281 #       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
282
283 attributetype ( 2.5.4.42 NAME ( 'givenName' 'gn' )
284         DESC 'RFC2256: first name(s) for which the entity is known by'
285         SUP name )
286
287 attributetype ( 2.5.4.43 NAME 'initials'
288         DESC 'RFC2256: initials of some or all of names, but not the surname(s).'
289         SUP name )
290
291 attributetype ( 2.5.4.44 NAME 'generationQualifier'
292         DESC 'RFC2256: name qualifier indicating a generation'
293         SUP name )
294
295 attributetype ( 2.5.4.45 NAME 'x500UniqueIdentifier'
296         DESC 'RFC2256: X.500 unique identifier'
297         EQUALITY bitStringMatch
298         SYNTAX 1.3.6.1.4.1.1466.115.121.1.6 )
299
300 attributetype ( 2.5.4.46 NAME 'dnQualifier'
301         DESC 'RFC2256: DN qualifier'
302         EQUALITY caseIgnoreMatch
303         ORDERING caseIgnoreOrderingMatch
304         SUBSTR caseIgnoreSubstringsMatch
305         SYNTAX 1.3.6.1.4.1.1466.115.121.1.44 )
306
307 attributetype ( 2.5.4.47 NAME 'enhancedSearchGuide'
308         DESC 'RFC2256: enhanced search guide'
309         SYNTAX 1.3.6.1.4.1.1466.115.121.1.21 )
310
311 attributetype ( 2.5.4.48 NAME 'protocolInformation'
312         DESC 'RFC2256: protocol information'
313         EQUALITY protocolInformationMatch
314         SYNTAX 1.3.6.1.4.1.1466.115.121.1.42 )
315
316 # 2.5.4.49 is defined above as it's used for subtyping
317 #attributetype ( 2.5.4.49 NAME 'distinguishedName'
318 #       EQUALITY distinguishedNameMatch
319 #       SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
320
321 attributetype ( 2.5.4.50 NAME 'uniqueMember'
322         DESC 'RFC2256: unique member of a group'
323         EQUALITY uniqueMemberMatch
324         SYNTAX 1.3.6.1.4.1.1466.115.121.1.34 )
325
326 attributetype ( 2.5.4.51 NAME 'houseIdentifier'
327         DESC 'RFC2256: house identifier'
328         EQUALITY caseIgnoreMatch
329         SUBSTR caseIgnoreSubstringsMatch
330         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
331
332 # Must be transferred using ;binary
333 attributetype ( 2.5.4.52 NAME 'supportedAlgorithms'
334         DESC 'RFC2256: supported algorithms'
335         SYNTAX 1.3.6.1.4.1.1466.115.121.1.49 )
336
337 # Must be transferred using ;binary
338 attributetype ( 2.5.4.53 NAME 'deltaRevocationList'
339         DESC 'RFC2256: delta revocation list; use ;binary'
340         SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 )
341
342 attributetype ( 2.5.4.54 NAME 'dmdName'
343         DESC 'RFC2256: name of DMD'
344         SUP name )
345
346
347 # Standard object classes from RFC2256
348
349 # system schema
350 #objectclass ( 2.5.6.1 NAME 'alias'
351 #       DESC 'RFC2256: an alias'
352 #       SUP top STRUCTURAL
353 #       MUST aliasedObjectName )
354
355 objectclass ( 2.5.6.2 NAME 'country'
356         DESC 'RFC2256: a country'
357         SUP top STRUCTURAL
358         MUST c
359         MAY ( searchGuide $ description ) )
360
361 objectclass ( 2.5.6.3 NAME 'locality'
362         DESC 'RFC2256: a locality'
363         SUP top STRUCTURAL
364         MAY ( street $ seeAlso $ searchGuide $ st $ l $ description ) )
365
366 objectclass ( 2.5.6.4 NAME 'organization'
367         DESC 'RFC2256: an organization'
368         SUP top STRUCTURAL
369         MUST o
370         MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $
371                 x121Address $ registeredAddress $ destinationIndicator $
372                 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
373                 telephoneNumber $ internationaliSDNNumber $ 
374                 facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $
375                 postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) )
376
377 objectclass ( 2.5.6.5 NAME 'organizationalUnit'
378         DESC 'RFC2256: an organizational unit'
379         SUP top STRUCTURAL
380         MUST ou
381         MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $
382                 x121Address $ registeredAddress $ destinationIndicator $
383                 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
384                 telephoneNumber $ internationaliSDNNumber $
385                 facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $
386                 postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) )
387
388 objectclass ( 2.5.6.6 NAME 'person'
389         DESC 'RFC2256: a person'
390         SUP top STRUCTURAL
391         MUST ( sn $ cn )
392         MAY ( userPassword $ telephoneNumber $ seeAlso $ description ) )
393
394 objectclass ( 2.5.6.7 NAME 'organizationalPerson'
395         DESC 'RFC2256: an organizational person'
396         SUP person STRUCTURAL
397         MAY ( title $ x121Address $ registeredAddress $ destinationIndicator $
398                 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
399                 telephoneNumber $ internationaliSDNNumber $ 
400                 facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $
401                 postalAddress $ physicalDeliveryOfficeName $ ou $ st $ l ) )
402
403 objectclass ( 2.5.6.8 NAME 'organizationalRole'
404         DESC 'RFC2256: an organizational role'
405         SUP top STRUCTURAL
406         MUST cn
407         MAY ( x121Address $ registeredAddress $ destinationIndicator $
408                 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
409                 telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $
410                 seeAlso $ roleOccupant $ preferredDeliveryMethod $ street $
411                 postOfficeBox $ postalCode $ postalAddress $
412                 physicalDeliveryOfficeName $ ou $ st $ l $ description ) )
413
414 objectclass ( 2.5.6.9 NAME 'groupOfNames'
415         DESC 'RFC2256: a group of names (DNs)'
416         SUP top STRUCTURAL
417         MUST ( member $ cn )
418         MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description ) )
419
420 objectclass ( 2.5.6.10 NAME 'residentialPerson'
421         DESC 'RFC2256: an residential person'
422         SUP person STRUCTURAL
423         MUST l
424         MAY ( businessCategory $ x121Address $ registeredAddress $
425                 destinationIndicator $ preferredDeliveryMethod $ telexNumber $
426                 teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $
427                 facsimileTelephoneNumber $ preferredDeliveryMethod $ street $
428                 postOfficeBox $ postalCode $ postalAddress $
429                 physicalDeliveryOfficeName $ st $ l ) )
430
431 objectclass ( 2.5.6.11 NAME 'applicationProcess'
432         DESC 'RFC2256: an application process'
433         SUP top STRUCTURAL
434         MUST cn
435         MAY ( seeAlso $ ou $ l $ description ) )
436
437 objectclass ( 2.5.6.12 NAME 'applicationEntity'
438         DESC 'RFC2256: an application entity'
439         SUP top STRUCTURAL
440         MUST ( presentationAddress $ cn )
441         MAY ( supportedApplicationContext $ seeAlso $ ou $ o $ l $
442         description ) )
443
444 objectclass ( 2.5.6.13 NAME 'dSA'
445         DESC 'RFC2256: a directory system agent (a server)'
446         SUP applicationEntity STRUCTURAL
447         MAY knowledgeInformation )
448
449 objectclass ( 2.5.6.14 NAME 'device'
450         DESC 'RFC2256: a device'
451         SUP top STRUCTURAL
452         MUST cn
453         MAY ( serialNumber $ seeAlso $ owner $ ou $ o $ l $ description ) )
454
455 objectclass ( 2.5.6.15 NAME 'strongAuthenticationUser'
456         DESC 'RFC2256: a strong authentication user'
457         SUP top AUXILIARY
458         MUST userCertificate )
459
460 objectclass ( 2.5.6.16 NAME 'certificationAuthority'
461         DESC 'RFC2256: a certificate authority'
462         SUP top AUXILIARY
463         MUST ( authorityRevocationList $ certificateRevocationList $
464                 cACertificate ) MAY crossCertificatePair )
465
466 objectclass ( 2.5.6.17 NAME 'groupOfUniqueNames'
467         DESC 'RFC2256: a group of unique names (DN and Unique Identifier)'
468         SUP top STRUCTURAL
469         MUST ( uniqueMember $ cn )
470         MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description ) )
471
472 objectclass ( 2.5.6.18 NAME 'userSecurityInformation'
473         DESC 'RFC2256: a user security information'
474         SUP top AUXILIARY
475         MAY ( supportedAlgorithms ) )
476
477 objectclass ( 2.5.6.16.2 NAME 'certificationAuthority-V2'
478         SUP certificationAuthority
479         AUXILIARY MAY ( deltaRevocationList ) )
480
481 objectclass ( 2.5.6.19 NAME 'cRLDistributionPoint'
482         SUP top STRUCTURAL
483         MUST ( cn )
484         MAY ( certificateRevocationList $ authorityRevocationList $
485                 deltaRevocationList ) )
486
487 objectclass ( 2.5.6.20 NAME 'dmd'
488         SUP top STRUCTURAL
489         MUST ( dmdName )
490         MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $
491                 x121Address $ registeredAddress $ destinationIndicator $
492                 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
493                 telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $
494                 street $ postOfficeBox $ postalCode $ postalAddress $
495                 physicalDeliveryOfficeName $ st $ l $ description ) )
496
497 #
498 # Object Classes from RFC 2587
499 #
500 objectclass ( 2.5.6.21 NAME 'pkiUser'
501         DESC 'RFC2587: a PKI user'
502         SUP top AUXILIARY
503         MAY userCertificate )
504
505 objectclass ( 2.5.6.22 NAME 'pkiCA'
506         DESC 'RFC2587: PKI certificate authority'
507         SUP top AUXILIARY
508         MAY ( authorityRevocationList $ certificateRevocationList $
509                 cACertificate $ crossCertificatePair ) )
510
511 objectclass ( 2.5.6.23 NAME 'deltaCRL'
512         DESC 'RFC2587: PKI user'
513         SUP top AUXILIARY
514         MAY deltaRevocationList )
515
516 #
517 # Standard Track URI label schema from RFC 2079
518 # system schema
519 #attributetype ( 1.3.6.1.4.1.250.1.57 NAME 'labeledURI'
520 #       DESC 'RFC2079: Uniform Resource Identifier with optional label'
521 #       EQUALITY caseExactMatch
522 #       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
523
524 objectclass ( 1.3.6.1.4.1.250.3.15 NAME 'labeledURIObject'
525         DESC 'RFC2079: object that contains the URI attribute type'
526         MAY ( labeledURI )
527         SUP top AUXILIARY )
528
529 #
530 # Derived from RFC 1274, but with new "short names"
531 #
532 attributetype ( 0.9.2342.19200300.100.1.1
533         NAME ( 'uid' 'userid' )
534         DESC 'RFC1274: user identifier'
535         EQUALITY caseIgnoreMatch
536         SUBSTR caseIgnoreSubstringsMatch
537         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
538
539 attributetype ( 0.9.2342.19200300.100.1.3
540         NAME ( 'mail' 'rfc822Mailbox' )
541         DESC 'RFC1274: RFC822 Mailbox'
542     EQUALITY caseIgnoreIA5Match
543     SUBSTR caseIgnoreIA5SubstringsMatch
544     SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
545
546 objectclass ( 0.9.2342.19200300.100.4.19 NAME 'simpleSecurityObject'
547         DESC 'RFC1274: simple security object'
548         SUP top AUXILIARY
549         MUST userPassword )
550
551 # RFC 1274 + RFC 2247
552 attributetype ( 0.9.2342.19200300.100.1.25
553         NAME ( 'dc' 'domainComponent' )
554         DESC 'RFC1274/2247: domain component'
555         EQUALITY caseIgnoreIA5Match
556         SUBSTR caseIgnoreIA5SubstringsMatch
557         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
558
559 # RFC 2247
560 objectclass ( 1.3.6.1.4.1.1466.344 NAME 'dcObject'
561         DESC 'RFC2247: domain component object'
562         SUP top AUXILIARY MUST dc )
563
564 # RFC 2377
565 objectclass ( 1.3.6.1.1.3.1 NAME 'uidObject'
566         DESC 'RFC2377: uid object'
567         SUP top AUXILIARY MUST uid )
568
569 # From COSINE Pilot
570 attributetype ( 0.9.2342.19200300.100.1.37
571         NAME 'associatedDomain'
572         DESC 'RFC1274: domain associated with object'
573         EQUALITY caseIgnoreIA5Match
574         SUBSTR caseIgnoreIA5SubstringsMatch
575         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
576
577 # RFC 2459 -- deprecated in favor of 'mail' (in cosine.schema)
578 attributetype ( 1.2.840.113549.1.9.1
579         NAME ( 'email' 'emailAddress' 'pkcs9email' )
580         DESC 'RFC2459: legacy attribute for email addresses in DNs'
581         EQUALITY caseIgnoreIA5Match
582         SUBSTR caseIgnoreIA5SubstringsMatch
583         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{128} )
584