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