]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/core.schema
f8671b2d6f5b51ad354f6570fb4b2d601733ebba
[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-2005 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 # system schema
125 #attributetype ( 2.5.4.13 NAME 'description'
126 #       DESC 'RFC2256: descriptive information'
127 #       EQUALITY caseIgnoreMatch
128 #       SUBSTR caseIgnoreSubstringsMatch
129 #       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
130
131 # Deprecated by enhancedSearchGuide
132 attributetype ( 2.5.4.14 NAME 'searchGuide'
133         DESC 'RFC2256: search guide, deprecated by enhancedSearchGuide'
134         SYNTAX 1.3.6.1.4.1.1466.115.121.1.25 )
135
136 attributetype ( 2.5.4.15 NAME 'businessCategory'
137         DESC 'RFC2256: business category'
138         EQUALITY caseIgnoreMatch
139         SUBSTR caseIgnoreSubstringsMatch
140         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
141
142 attributetype ( 2.5.4.16 NAME 'postalAddress'
143         DESC 'RFC2256: postal address'
144         EQUALITY caseIgnoreListMatch
145         SUBSTR caseIgnoreListSubstringsMatch
146         SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 )
147
148 attributetype ( 2.5.4.17 NAME 'postalCode'
149         DESC 'RFC2256: postal code'
150         EQUALITY caseIgnoreMatch
151         SUBSTR caseIgnoreSubstringsMatch
152         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} )
153
154 attributetype ( 2.5.4.18 NAME 'postOfficeBox'
155         DESC 'RFC2256: Post Office Box'
156         EQUALITY caseIgnoreMatch
157         SUBSTR caseIgnoreSubstringsMatch
158         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} )
159
160 attributetype ( 2.5.4.19 NAME 'physicalDeliveryOfficeName'
161         DESC 'RFC2256: Physical Delivery Office Name'
162         EQUALITY caseIgnoreMatch
163         SUBSTR caseIgnoreSubstringsMatch
164         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
165
166 attributetype ( 2.5.4.20 NAME 'telephoneNumber'
167         DESC 'RFC2256: Telephone Number'
168         EQUALITY telephoneNumberMatch
169         SUBSTR telephoneNumberSubstringsMatch
170         SYNTAX 1.3.6.1.4.1.1466.115.121.1.50{32} )
171
172 attributetype ( 2.5.4.21 NAME 'telexNumber'
173         DESC 'RFC2256: Telex Number'
174         SYNTAX 1.3.6.1.4.1.1466.115.121.1.52 )
175
176 attributetype ( 2.5.4.22 NAME 'teletexTerminalIdentifier'
177         DESC 'RFC2256: Teletex Terminal Identifier'
178         SYNTAX 1.3.6.1.4.1.1466.115.121.1.51 )
179
180 attributetype ( 2.5.4.23 NAME ( 'facsimileTelephoneNumber' 'fax' )
181         DESC 'RFC2256: Facsimile (Fax) Telephone Number'
182         SYNTAX 1.3.6.1.4.1.1466.115.121.1.22 )
183
184 attributetype ( 2.5.4.24 NAME 'x121Address'
185         DESC 'RFC2256: X.121 Address'
186         EQUALITY numericStringMatch
187         SUBSTR numericStringSubstringsMatch
188         SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{15} )
189
190 attributetype ( 2.5.4.25 NAME 'internationaliSDNNumber'
191         DESC 'RFC2256: international ISDN number'
192         EQUALITY numericStringMatch
193         SUBSTR numericStringSubstringsMatch
194         SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{16} )
195
196 attributetype ( 2.5.4.26 NAME 'registeredAddress'
197         DESC 'RFC2256: registered postal address'
198         SUP postalAddress
199         SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 )
200
201 attributetype ( 2.5.4.27 NAME 'destinationIndicator'
202         DESC 'RFC2256: destination indicator'
203         EQUALITY caseIgnoreMatch
204         SUBSTR caseIgnoreSubstringsMatch
205         SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{128} )
206
207 attributetype ( 2.5.4.28 NAME 'preferredDeliveryMethod'
208         DESC 'RFC2256: preferred delivery method'
209         SYNTAX 1.3.6.1.4.1.1466.115.121.1.14
210         SINGLE-VALUE )
211
212 attributetype ( 2.5.4.29 NAME 'presentationAddress'
213         DESC 'RFC2256: presentation address'
214         EQUALITY presentationAddressMatch
215         SYNTAX 1.3.6.1.4.1.1466.115.121.1.43
216         SINGLE-VALUE )
217
218 attributetype ( 2.5.4.30 NAME 'supportedApplicationContext'
219         DESC 'RFC2256: supported application context'
220         EQUALITY objectIdentifierMatch
221         SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 )
222
223 attributetype ( 2.5.4.31 NAME 'member'
224         DESC 'RFC2256: member of a group'
225         SUP distinguishedName )
226
227 attributetype ( 2.5.4.32 NAME 'owner'
228         DESC 'RFC2256: owner (of the object)'
229         SUP distinguishedName )
230
231 attributetype ( 2.5.4.33 NAME 'roleOccupant'
232         DESC 'RFC2256: occupant of role'
233         SUP distinguishedName )
234
235 # system schema
236 #attributetype ( 2.5.4.34 NAME 'seeAlso'
237 #       DESC 'RFC2256: DN of related object'
238 #       SUP distinguishedName )
239
240 # system schema
241 #attributetype ( 2.5.4.35 NAME 'userPassword'
242 #       DESC 'RFC2256/2307: password of user'
243 #       EQUALITY octetStringMatch
244 #       SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{128} )
245
246 # Must be transferred using ;binary
247 # with certificateExactMatch rule (per X.509)
248 attributetype ( 2.5.4.36 NAME 'userCertificate'
249         DESC 'RFC2256: X.509 user certificate, use ;binary'
250         EQUALITY certificateExactMatch
251         SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 )
252
253 # Must be transferred using ;binary
254 # with certificateExactMatch rule (per X.509)
255 attributetype ( 2.5.4.37 NAME 'cACertificate'
256         DESC 'RFC2256: X.509 CA certificate, use ;binary'
257         EQUALITY certificateExactMatch
258         SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 )
259
260 # Must be transferred using ;binary
261 attributetype ( 2.5.4.38 NAME 'authorityRevocationList'
262         DESC 'RFC2256: X.509 authority revocation list, use ;binary'
263         SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 )
264
265 # Must be transferred using ;binary
266 attributetype ( 2.5.4.39 NAME 'certificateRevocationList'
267         DESC 'RFC2256: X.509 certificate revocation list, use ;binary'
268         SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 )
269
270 # Must be stored and requested in the binary form
271 attributetype ( 2.5.4.40 NAME 'crossCertificatePair'
272         DESC 'RFC2256: X.509 cross certificate pair, use ;binary'
273         SYNTAX 1.3.6.1.4.1.1466.115.121.1.10 )
274
275 # 2.5.4.41 is defined above as it's used for subtyping
276 #attributetype ( 2.5.4.41 NAME 'name'
277 #       EQUALITY caseIgnoreMatch
278 #       SUBSTR caseIgnoreSubstringsMatch
279 #       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
280
281 attributetype ( 2.5.4.42 NAME ( 'givenName' 'gn' )
282         DESC 'RFC2256: first name(s) for which the entity is known by'
283         SUP name )
284
285 attributetype ( 2.5.4.43 NAME 'initials'
286         DESC 'RFC2256: initials of some or all of names, but not the surname(s).'
287         SUP name )
288
289 attributetype ( 2.5.4.44 NAME 'generationQualifier'
290         DESC 'RFC2256: name qualifier indicating a generation'
291         SUP name )
292
293 attributetype ( 2.5.4.45 NAME 'x500UniqueIdentifier'
294         DESC 'RFC2256: X.500 unique identifier'
295         EQUALITY bitStringMatch
296         SYNTAX 1.3.6.1.4.1.1466.115.121.1.6 )
297
298 attributetype ( 2.5.4.46 NAME 'dnQualifier'
299         DESC 'RFC2256: DN qualifier'
300         EQUALITY caseIgnoreMatch
301         ORDERING caseIgnoreOrderingMatch
302         SUBSTR caseIgnoreSubstringsMatch
303         SYNTAX 1.3.6.1.4.1.1466.115.121.1.44 )
304
305 attributetype ( 2.5.4.47 NAME 'enhancedSearchGuide'
306         DESC 'RFC2256: enhanced search guide'
307         SYNTAX 1.3.6.1.4.1.1466.115.121.1.21 )
308
309 attributetype ( 2.5.4.48 NAME 'protocolInformation'
310         DESC 'RFC2256: protocol information'
311         EQUALITY protocolInformationMatch
312         SYNTAX 1.3.6.1.4.1.1466.115.121.1.42 )
313
314 # 2.5.4.49 is defined above as it's used for subtyping
315 #attributetype ( 2.5.4.49 NAME 'distinguishedName'
316 #       EQUALITY distinguishedNameMatch
317 #       SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
318
319 attributetype ( 2.5.4.50 NAME 'uniqueMember'
320         DESC 'RFC2256: unique member of a group'
321         EQUALITY uniqueMemberMatch
322         SYNTAX 1.3.6.1.4.1.1466.115.121.1.34 )
323
324 attributetype ( 2.5.4.51 NAME 'houseIdentifier'
325         DESC 'RFC2256: house identifier'
326         EQUALITY caseIgnoreMatch
327         SUBSTR caseIgnoreSubstringsMatch
328         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
329
330 # Must be transferred using ;binary
331 attributetype ( 2.5.4.52 NAME 'supportedAlgorithms'
332         DESC 'RFC2256: supported algorithms'
333         SYNTAX 1.3.6.1.4.1.1466.115.121.1.49 )
334
335 # Must be transferred using ;binary
336 attributetype ( 2.5.4.53 NAME 'deltaRevocationList'
337         DESC 'RFC2256: delta revocation list; use ;binary'
338         SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 )
339
340 attributetype ( 2.5.4.54 NAME 'dmdName'
341         DESC 'RFC2256: name of DMD'
342         SUP name )
343
344 attributetype ( 2.5.4.65 NAME 'pseudonym'
345         DESC 'X.520(4th): pseudonym for the object'
346         SUP name )
347
348 # Standard object classes from RFC2256
349
350 # system schema
351 #objectclass ( 2.5.6.1 NAME 'alias'
352 #       DESC 'RFC2256: an alias'
353 #       SUP top STRUCTURAL
354 #       MUST aliasedObjectName )
355
356 objectclass ( 2.5.6.2 NAME 'country'
357         DESC 'RFC2256: a country'
358         SUP top STRUCTURAL
359         MUST c
360         MAY ( searchGuide $ description ) )
361
362 objectclass ( 2.5.6.3 NAME 'locality'
363         DESC 'RFC2256: a locality'
364         SUP top STRUCTURAL
365         MAY ( street $ seeAlso $ searchGuide $ st $ l $ description ) )
366
367 objectclass ( 2.5.6.4 NAME 'organization'
368         DESC 'RFC2256: an organization'
369         SUP top STRUCTURAL
370         MUST o
371         MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $
372                 x121Address $ registeredAddress $ destinationIndicator $
373                 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
374                 telephoneNumber $ internationaliSDNNumber $ 
375                 facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $
376                 postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) )
377
378 objectclass ( 2.5.6.5 NAME 'organizationalUnit'
379         DESC 'RFC2256: an organizational unit'
380         SUP top STRUCTURAL
381         MUST ou
382         MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $
383                 x121Address $ registeredAddress $ destinationIndicator $
384                 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
385                 telephoneNumber $ internationaliSDNNumber $
386                 facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $
387                 postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) )
388
389 objectclass ( 2.5.6.6 NAME 'person'
390         DESC 'RFC2256: a person'
391         SUP top STRUCTURAL
392         MUST ( sn $ cn )
393         MAY ( userPassword $ telephoneNumber $ seeAlso $ description ) )
394
395 objectclass ( 2.5.6.7 NAME 'organizationalPerson'
396         DESC 'RFC2256: an organizational person'
397         SUP person STRUCTURAL
398         MAY ( title $ x121Address $ registeredAddress $ destinationIndicator $
399                 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
400                 telephoneNumber $ internationaliSDNNumber $ 
401                 facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $
402                 postalAddress $ physicalDeliveryOfficeName $ ou $ st $ l ) )
403
404 objectclass ( 2.5.6.8 NAME 'organizationalRole'
405         DESC 'RFC2256: an organizational role'
406         SUP top STRUCTURAL
407         MUST cn
408         MAY ( x121Address $ registeredAddress $ destinationIndicator $
409                 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
410                 telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $
411                 seeAlso $ roleOccupant $ preferredDeliveryMethod $ street $
412                 postOfficeBox $ postalCode $ postalAddress $
413                 physicalDeliveryOfficeName $ ou $ st $ l $ description ) )
414
415 objectclass ( 2.5.6.9 NAME 'groupOfNames'
416         DESC 'RFC2256: a group of names (DNs)'
417         SUP top STRUCTURAL
418         MUST ( member $ cn )
419         MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description ) )
420
421 objectclass ( 2.5.6.10 NAME 'residentialPerson'
422         DESC 'RFC2256: an residential person'
423         SUP person STRUCTURAL
424         MUST l
425         MAY ( businessCategory $ x121Address $ registeredAddress $
426                 destinationIndicator $ preferredDeliveryMethod $ telexNumber $
427                 teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $
428                 facsimileTelephoneNumber $ preferredDeliveryMethod $ street $
429                 postOfficeBox $ postalCode $ postalAddress $
430                 physicalDeliveryOfficeName $ st $ l ) )
431
432 objectclass ( 2.5.6.11 NAME 'applicationProcess'
433         DESC 'RFC2256: an application process'
434         SUP top STRUCTURAL
435         MUST cn
436         MAY ( seeAlso $ ou $ l $ description ) )
437
438 objectclass ( 2.5.6.12 NAME 'applicationEntity'
439         DESC 'RFC2256: an application entity'
440         SUP top STRUCTURAL
441         MUST ( presentationAddress $ cn )
442         MAY ( supportedApplicationContext $ seeAlso $ ou $ o $ l $
443         description ) )
444
445 objectclass ( 2.5.6.13 NAME 'dSA'
446         DESC 'RFC2256: a directory system agent (a server)'
447         SUP applicationEntity STRUCTURAL
448         MAY knowledgeInformation )
449
450 objectclass ( 2.5.6.14 NAME 'device'
451         DESC 'RFC2256: a device'
452         SUP top STRUCTURAL
453         MUST cn
454         MAY ( serialNumber $ seeAlso $ owner $ ou $ o $ l $ description ) )
455
456 objectclass ( 2.5.6.15 NAME 'strongAuthenticationUser'
457         DESC 'RFC2256: a strong authentication user'
458         SUP top AUXILIARY
459         MUST userCertificate )
460
461 objectclass ( 2.5.6.16 NAME 'certificationAuthority'
462         DESC 'RFC2256: a certificate authority'
463         SUP top AUXILIARY
464         MUST ( authorityRevocationList $ certificateRevocationList $
465                 cACertificate ) MAY crossCertificatePair )
466
467 objectclass ( 2.5.6.17 NAME 'groupOfUniqueNames'
468         DESC 'RFC2256: a group of unique names (DN and Unique Identifier)'
469         SUP top STRUCTURAL
470         MUST ( uniqueMember $ cn )
471         MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description ) )
472
473 objectclass ( 2.5.6.18 NAME 'userSecurityInformation'
474         DESC 'RFC2256: a user security information'
475         SUP top AUXILIARY
476         MAY ( supportedAlgorithms ) )
477
478 objectclass ( 2.5.6.16.2 NAME 'certificationAuthority-V2'
479         SUP certificationAuthority
480         AUXILIARY MAY ( deltaRevocationList ) )
481
482 objectclass ( 2.5.6.19 NAME 'cRLDistributionPoint'
483         SUP top STRUCTURAL
484         MUST ( cn )
485         MAY ( certificateRevocationList $ authorityRevocationList $
486                 deltaRevocationList ) )
487
488 objectclass ( 2.5.6.20 NAME 'dmd'
489         SUP top STRUCTURAL
490         MUST ( dmdName )
491         MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $
492                 x121Address $ registeredAddress $ destinationIndicator $
493                 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
494                 telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $
495                 street $ postOfficeBox $ postalCode $ postalAddress $
496                 physicalDeliveryOfficeName $ st $ l $ description ) )
497
498 #
499 # Object Classes from RFC 2587
500 #
501 objectclass ( 2.5.6.21 NAME 'pkiUser'
502         DESC 'RFC2587: a PKI user'
503         SUP top AUXILIARY
504         MAY userCertificate )
505
506 objectclass ( 2.5.6.22 NAME 'pkiCA'
507         DESC 'RFC2587: PKI certificate authority'
508         SUP top AUXILIARY
509         MAY ( authorityRevocationList $ certificateRevocationList $
510                 cACertificate $ crossCertificatePair ) )
511
512 objectclass ( 2.5.6.23 NAME 'deltaCRL'
513         DESC 'RFC2587: PKI user'
514         SUP top AUXILIARY
515         MAY deltaRevocationList )
516
517 #
518 # Standard Track URI label schema from RFC 2079
519 # system schema
520 #attributetype ( 1.3.6.1.4.1.250.1.57 NAME 'labeledURI'
521 #       DESC 'RFC2079: Uniform Resource Identifier with optional label'
522 #       EQUALITY caseExactMatch
523 #       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
524
525 objectclass ( 1.3.6.1.4.1.250.3.15 NAME 'labeledURIObject'
526         DESC 'RFC2079: object that contains the URI attribute type'
527         SUP top AUXILIARY
528         MAY ( labeledURI ) )
529
530 #
531 # Derived from RFC 1274, but with new "short names"
532 #
533 #attributetype ( 0.9.2342.19200300.100.1.1
534 #       NAME ( 'uid' 'userid' )
535 #       DESC 'RFC1274: user identifier'
536 #       EQUALITY caseIgnoreMatch
537 #       SUBSTR caseIgnoreSubstringsMatch
538 #       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
539
540 attributetype ( 0.9.2342.19200300.100.1.3
541         NAME ( 'mail' 'rfc822Mailbox' )
542         DESC 'RFC1274: RFC822 Mailbox'
543     EQUALITY caseIgnoreIA5Match
544     SUBSTR caseIgnoreIA5SubstringsMatch
545     SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
546
547 objectclass ( 0.9.2342.19200300.100.4.19 NAME 'simpleSecurityObject'
548         DESC 'RFC1274: simple security object'
549         SUP top AUXILIARY
550         MUST userPassword )
551
552 # RFC 1274 + RFC 2247
553 attributetype ( 0.9.2342.19200300.100.1.25
554         NAME ( 'dc' 'domainComponent' )
555         DESC 'RFC1274/2247: domain component'
556         EQUALITY caseIgnoreIA5Match
557         SUBSTR caseIgnoreIA5SubstringsMatch
558         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
559
560 # RFC 2247
561 objectclass ( 1.3.6.1.4.1.1466.344 NAME 'dcObject'
562         DESC 'RFC2247: domain component object'
563         SUP top AUXILIARY MUST dc )
564
565 # RFC 2377
566 objectclass ( 1.3.6.1.1.3.1 NAME 'uidObject'
567         DESC 'RFC2377: uid object'
568         SUP top AUXILIARY MUST uid )
569
570 # From COSINE Pilot
571 attributetype ( 0.9.2342.19200300.100.1.37
572         NAME 'associatedDomain'
573         DESC 'RFC1274: domain associated with object'
574         EQUALITY caseIgnoreIA5Match
575         SUBSTR caseIgnoreIA5SubstringsMatch
576         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
577
578 # RFC 2459 -- deprecated in favor of 'mail' (in cosine.schema)
579 attributetype ( 1.2.840.113549.1.9.1
580         NAME ( 'email' 'emailAddress' 'pkcs9email' )
581         DESC 'RFC3280: legacy attribute for email addresses in DNs'
582         EQUALITY caseIgnoreIA5Match
583         SUBSTR caseIgnoreIA5SubstringsMatch
584         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{128} )
585