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