]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/core.schema
Silently ignore if back-ldif is not present
[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 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 # Deprecated by enhancedSearchGuide
131 attributetype ( 2.5.4.14 NAME 'searchGuide'
132         DESC 'RFC2256: search guide, deprecated 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 attributetype ( 2.5.4.65 NAME 'pseudonym'
343         DESC 'X.520(4th): pseudonym for the object'
344         SUP name )
345
346 # Standard object classes from RFC2256
347
348 # system schema
349 #objectclass ( 2.5.6.1 NAME 'alias'
350 #       DESC 'RFC2256: an alias'
351 #       SUP top STRUCTURAL
352 #       MUST aliasedObjectName )
353
354 objectclass ( 2.5.6.2 NAME 'country'
355         DESC 'RFC2256: a country'
356         SUP top STRUCTURAL
357         MUST c
358         MAY ( searchGuide $ description ) )
359
360 objectclass ( 2.5.6.3 NAME 'locality'
361         DESC 'RFC2256: a locality'
362         SUP top STRUCTURAL
363         MAY ( street $ seeAlso $ searchGuide $ st $ l $ description ) )
364
365 objectclass ( 2.5.6.4 NAME 'organization'
366         DESC 'RFC2256: an organization'
367         SUP top STRUCTURAL
368         MUST o
369         MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $
370                 x121Address $ registeredAddress $ destinationIndicator $
371                 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
372                 telephoneNumber $ internationaliSDNNumber $ 
373                 facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $
374                 postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) )
375
376 objectclass ( 2.5.6.5 NAME 'organizationalUnit'
377         DESC 'RFC2256: an organizational unit'
378         SUP top STRUCTURAL
379         MUST ou
380         MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $
381                 x121Address $ registeredAddress $ destinationIndicator $
382                 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
383                 telephoneNumber $ internationaliSDNNumber $
384                 facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $
385                 postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) )
386
387 objectclass ( 2.5.6.6 NAME 'person'
388         DESC 'RFC2256: a person'
389         SUP top STRUCTURAL
390         MUST ( sn $ cn )
391         MAY ( userPassword $ telephoneNumber $ seeAlso $ description ) )
392
393 objectclass ( 2.5.6.7 NAME 'organizationalPerson'
394         DESC 'RFC2256: an organizational person'
395         SUP person STRUCTURAL
396         MAY ( title $ x121Address $ registeredAddress $ destinationIndicator $
397                 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
398                 telephoneNumber $ internationaliSDNNumber $ 
399                 facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $
400                 postalAddress $ physicalDeliveryOfficeName $ ou $ st $ l ) )
401
402 objectclass ( 2.5.6.8 NAME 'organizationalRole'
403         DESC 'RFC2256: an organizational role'
404         SUP top STRUCTURAL
405         MUST cn
406         MAY ( x121Address $ registeredAddress $ destinationIndicator $
407                 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
408                 telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $
409                 seeAlso $ roleOccupant $ preferredDeliveryMethod $ street $
410                 postOfficeBox $ postalCode $ postalAddress $
411                 physicalDeliveryOfficeName $ ou $ st $ l $ description ) )
412
413 objectclass ( 2.5.6.9 NAME 'groupOfNames'
414         DESC 'RFC2256: a group of names (DNs)'
415         SUP top STRUCTURAL
416         MUST ( member $ cn )
417         MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description ) )
418
419 objectclass ( 2.5.6.10 NAME 'residentialPerson'
420         DESC 'RFC2256: an residential person'
421         SUP person STRUCTURAL
422         MUST l
423         MAY ( businessCategory $ x121Address $ registeredAddress $
424                 destinationIndicator $ preferredDeliveryMethod $ telexNumber $
425                 teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $
426                 facsimileTelephoneNumber $ preferredDeliveryMethod $ street $
427                 postOfficeBox $ postalCode $ postalAddress $
428                 physicalDeliveryOfficeName $ st $ l ) )
429
430 objectclass ( 2.5.6.11 NAME 'applicationProcess'
431         DESC 'RFC2256: an application process'
432         SUP top STRUCTURAL
433         MUST cn
434         MAY ( seeAlso $ ou $ l $ description ) )
435
436 objectclass ( 2.5.6.12 NAME 'applicationEntity'
437         DESC 'RFC2256: an application entity'
438         SUP top STRUCTURAL
439         MUST ( presentationAddress $ cn )
440         MAY ( supportedApplicationContext $ seeAlso $ ou $ o $ l $
441         description ) )
442
443 objectclass ( 2.5.6.13 NAME 'dSA'
444         DESC 'RFC2256: a directory system agent (a server)'
445         SUP applicationEntity STRUCTURAL
446         MAY knowledgeInformation )
447
448 objectclass ( 2.5.6.14 NAME 'device'
449         DESC 'RFC2256: a device'
450         SUP top STRUCTURAL
451         MUST cn
452         MAY ( serialNumber $ seeAlso $ owner $ ou $ o $ l $ description ) )
453
454 objectclass ( 2.5.6.15 NAME 'strongAuthenticationUser'
455         DESC 'RFC2256: a strong authentication user'
456         SUP top AUXILIARY
457         MUST userCertificate )
458
459 objectclass ( 2.5.6.16 NAME 'certificationAuthority'
460         DESC 'RFC2256: a certificate authority'
461         SUP top AUXILIARY
462         MUST ( authorityRevocationList $ certificateRevocationList $
463                 cACertificate ) MAY crossCertificatePair )
464
465 objectclass ( 2.5.6.17 NAME 'groupOfUniqueNames'
466         DESC 'RFC2256: a group of unique names (DN and Unique Identifier)'
467         SUP top STRUCTURAL
468         MUST ( uniqueMember $ cn )
469         MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description ) )
470
471 objectclass ( 2.5.6.18 NAME 'userSecurityInformation'
472         DESC 'RFC2256: a user security information'
473         SUP top AUXILIARY
474         MAY ( supportedAlgorithms ) )
475
476 objectclass ( 2.5.6.16.2 NAME 'certificationAuthority-V2'
477         SUP certificationAuthority
478         AUXILIARY MAY ( deltaRevocationList ) )
479
480 objectclass ( 2.5.6.19 NAME 'cRLDistributionPoint'
481         SUP top STRUCTURAL
482         MUST ( cn )
483         MAY ( certificateRevocationList $ authorityRevocationList $
484                 deltaRevocationList ) )
485
486 objectclass ( 2.5.6.20 NAME 'dmd'
487         SUP top STRUCTURAL
488         MUST ( dmdName )
489         MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $
490                 x121Address $ registeredAddress $ destinationIndicator $
491                 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
492                 telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $
493                 street $ postOfficeBox $ postalCode $ postalAddress $
494                 physicalDeliveryOfficeName $ st $ l $ description ) )
495
496 #
497 # Object Classes from RFC 2587
498 #
499 objectclass ( 2.5.6.21 NAME 'pkiUser'
500         DESC 'RFC2587: a PKI user'
501         SUP top AUXILIARY
502         MAY userCertificate )
503
504 objectclass ( 2.5.6.22 NAME 'pkiCA'
505         DESC 'RFC2587: PKI certificate authority'
506         SUP top AUXILIARY
507         MAY ( authorityRevocationList $ certificateRevocationList $
508                 cACertificate $ crossCertificatePair ) )
509
510 objectclass ( 2.5.6.23 NAME 'deltaCRL'
511         DESC 'RFC2587: PKI user'
512         SUP top AUXILIARY
513         MAY deltaRevocationList )
514
515 #
516 # Standard Track URI label schema from RFC 2079
517 # system schema
518 #attributetype ( 1.3.6.1.4.1.250.1.57 NAME 'labeledURI'
519 #       DESC 'RFC2079: Uniform Resource Identifier with optional label'
520 #       EQUALITY caseExactMatch
521 #       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
522
523 objectclass ( 1.3.6.1.4.1.250.3.15 NAME 'labeledURIObject'
524         DESC 'RFC2079: object that contains the URI attribute type'
525         MAY ( labeledURI )
526         SUP top AUXILIARY )
527
528 #
529 # Derived from RFC 1274, but with new "short names"
530 #
531 #attributetype ( 0.9.2342.19200300.100.1.1
532 #       NAME ( 'uid' 'userid' )
533 #       DESC 'RFC1274: user identifier'
534 #       EQUALITY caseIgnoreMatch
535 #       SUBSTR caseIgnoreSubstringsMatch
536 #       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
537
538 attributetype ( 0.9.2342.19200300.100.1.3
539         NAME ( 'mail' 'rfc822Mailbox' )
540         DESC 'RFC1274: RFC822 Mailbox'
541     EQUALITY caseIgnoreIA5Match
542     SUBSTR caseIgnoreIA5SubstringsMatch
543     SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
544
545 objectclass ( 0.9.2342.19200300.100.4.19 NAME 'simpleSecurityObject'
546         DESC 'RFC1274: simple security object'
547         SUP top AUXILIARY
548         MUST userPassword )
549
550 # RFC 1274 + RFC 2247
551 attributetype ( 0.9.2342.19200300.100.1.25
552         NAME ( 'dc' 'domainComponent' )
553         DESC 'RFC1274/2247: domain component'
554         EQUALITY caseIgnoreIA5Match
555         SUBSTR caseIgnoreIA5SubstringsMatch
556         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
557
558 # RFC 2247
559 objectclass ( 1.3.6.1.4.1.1466.344 NAME 'dcObject'
560         DESC 'RFC2247: domain component object'
561         SUP top AUXILIARY MUST dc )
562
563 # RFC 2377
564 objectclass ( 1.3.6.1.1.3.1 NAME 'uidObject'
565         DESC 'RFC2377: uid object'
566         SUP top AUXILIARY MUST uid )
567
568 # From COSINE Pilot
569 attributetype ( 0.9.2342.19200300.100.1.37
570         NAME 'associatedDomain'
571         DESC 'RFC1274: domain associated with object'
572         EQUALITY caseIgnoreIA5Match
573         SUBSTR caseIgnoreIA5SubstringsMatch
574         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
575
576 # RFC 2459 -- deprecated in favor of 'mail' (in cosine.schema)
577 attributetype ( 1.2.840.113549.1.9.1
578         NAME ( 'email' 'emailAddress' 'pkcs9email' )
579         DESC 'RFC3280: legacy attribute for email addresses in DNs'
580         EQUALITY caseIgnoreIA5Match
581         SUBSTR caseIgnoreIA5SubstringsMatch
582         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{128} )
583