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