3 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
5 ## Copyright 1998-2013 The OpenLDAP Foundation.
6 ## All rights reserved.
8 ## Redistribution and use in source and binary forms, with or without
9 ## modification, are permitted only as authorized by the OpenLDAP
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>.
16 ## Portions Copyright (C) The Internet Society (1997-2006).
17 ## All Rights Reserved.
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
33 ## The limited permissions granted above are perpetual and will not be
34 ## revoked by the Internet Society or its successors or assigns.
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.
45 # Includes LDAPv3 schema items from:
46 # RFC 2252/2256 (LDAPv3)
48 # Select standard track schema items:
51 # RFC 2247 (dc/dcObject)
53 # RFC 2589 (Dynamic Directory Services)
54 # RFC 4524 (associatedDomain)
56 # Select informational schema items:
57 # RFC 2377 (uidObject)
60 # Standard attribute types from RFC 2256
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 )
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 )
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} )
81 #attributetype ( 2.5.4.3 NAME ( 'cn' 'commonName' )
82 # DESC 'RFC2256: common name(s) for which the entity is known by'
85 attributetype ( 2.5.4.4 NAME ( 'sn' 'surname' )
86 DESC 'RFC2256: last (family) name(s) for which the entity is known by'
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} )
95 # RFC 4519 definition ('countryName' in X.500 and RFC2256)
96 attributetype ( 2.5.4.6 NAME ( 'c' 'countryName' )
97 DESC 'RFC4519: two-letter ISO-3166 country code'
99 SYNTAX 1.3.6.1.4.1.1466.115.121.1.11
102 #attributetype ( 2.5.4.6 NAME ( 'c' 'countryName' )
103 # DESC 'RFC2256: ISO-3166 country 2-letter code'
104 # SUP name SINGLE-VALUE )
106 attributetype ( 2.5.4.7 NAME ( 'l' 'localityName' )
107 DESC 'RFC2256: locality which this object resides in'
110 attributetype ( 2.5.4.8 NAME ( 'st' 'stateOrProvinceName' )
111 DESC 'RFC2256: state or province which this object resides in'
114 attributetype ( 2.5.4.9 NAME ( 'street' 'streetAddress' )
115 DESC 'RFC2256: street address of this object'
116 EQUALITY caseIgnoreMatch
117 SUBSTR caseIgnoreSubstringsMatch
118 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
120 attributetype ( 2.5.4.10 NAME ( 'o' 'organizationName' )
121 DESC 'RFC2256: organization this object belongs to'
124 attributetype ( 2.5.4.11 NAME ( 'ou' 'organizationalUnitName' )
125 DESC 'RFC2256: organizational unit this object belongs to'
128 attributetype ( 2.5.4.12 NAME 'title'
129 DESC 'RFC2256: title associated with the entity'
133 #attributetype ( 2.5.4.13 NAME 'description'
134 # DESC 'RFC2256: descriptive information'
135 # EQUALITY caseIgnoreMatch
136 # SUBSTR caseIgnoreSubstringsMatch
137 # SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
139 # Deprecated by enhancedSearchGuide
140 attributetype ( 2.5.4.14 NAME 'searchGuide'
141 DESC 'RFC2256: search guide, deprecated by enhancedSearchGuide'
142 SYNTAX 1.3.6.1.4.1.1466.115.121.1.25 )
144 attributetype ( 2.5.4.15 NAME 'businessCategory'
145 DESC 'RFC2256: business category'
146 EQUALITY caseIgnoreMatch
147 SUBSTR caseIgnoreSubstringsMatch
148 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
150 attributetype ( 2.5.4.16 NAME 'postalAddress'
151 DESC 'RFC2256: postal address'
152 EQUALITY caseIgnoreListMatch
153 SUBSTR caseIgnoreListSubstringsMatch
154 SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 )
156 attributetype ( 2.5.4.17 NAME 'postalCode'
157 DESC 'RFC2256: postal code'
158 EQUALITY caseIgnoreMatch
159 SUBSTR caseIgnoreSubstringsMatch
160 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} )
162 attributetype ( 2.5.4.18 NAME 'postOfficeBox'
163 DESC 'RFC2256: Post Office Box'
164 EQUALITY caseIgnoreMatch
165 SUBSTR caseIgnoreSubstringsMatch
166 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} )
168 attributetype ( 2.5.4.19 NAME 'physicalDeliveryOfficeName'
169 DESC 'RFC2256: Physical Delivery Office Name'
170 EQUALITY caseIgnoreMatch
171 SUBSTR caseIgnoreSubstringsMatch
172 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
174 attributetype ( 2.5.4.20 NAME 'telephoneNumber'
175 DESC 'RFC2256: Telephone Number'
176 EQUALITY telephoneNumberMatch
177 SUBSTR telephoneNumberSubstringsMatch
178 SYNTAX 1.3.6.1.4.1.1466.115.121.1.50{32} )
180 attributetype ( 2.5.4.21 NAME 'telexNumber'
181 DESC 'RFC2256: Telex Number'
182 SYNTAX 1.3.6.1.4.1.1466.115.121.1.52 )
184 attributetype ( 2.5.4.22 NAME 'teletexTerminalIdentifier'
185 DESC 'RFC2256: Teletex Terminal Identifier'
186 SYNTAX 1.3.6.1.4.1.1466.115.121.1.51 )
188 attributetype ( 2.5.4.23 NAME ( 'facsimileTelephoneNumber' 'fax' )
189 DESC 'RFC2256: Facsimile (Fax) Telephone Number'
190 SYNTAX 1.3.6.1.4.1.1466.115.121.1.22 )
192 attributetype ( 2.5.4.24 NAME 'x121Address'
193 DESC 'RFC2256: X.121 Address'
194 EQUALITY numericStringMatch
195 SUBSTR numericStringSubstringsMatch
196 SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{15} )
198 attributetype ( 2.5.4.25 NAME 'internationaliSDNNumber'
199 DESC 'RFC2256: international ISDN number'
200 EQUALITY numericStringMatch
201 SUBSTR numericStringSubstringsMatch
202 SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{16} )
204 attributetype ( 2.5.4.26 NAME 'registeredAddress'
205 DESC 'RFC2256: registered postal address'
207 SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 )
209 attributetype ( 2.5.4.27 NAME 'destinationIndicator'
210 DESC 'RFC2256: destination indicator'
211 EQUALITY caseIgnoreMatch
212 SUBSTR caseIgnoreSubstringsMatch
213 SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{128} )
215 attributetype ( 2.5.4.28 NAME 'preferredDeliveryMethod'
216 DESC 'RFC2256: preferred delivery method'
217 SYNTAX 1.3.6.1.4.1.1466.115.121.1.14
220 attributetype ( 2.5.4.29 NAME 'presentationAddress'
221 DESC 'RFC2256: presentation address'
222 EQUALITY presentationAddressMatch
223 SYNTAX 1.3.6.1.4.1.1466.115.121.1.43
226 attributetype ( 2.5.4.30 NAME 'supportedApplicationContext'
227 DESC 'RFC2256: supported application context'
228 EQUALITY objectIdentifierMatch
229 SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 )
231 attributetype ( 2.5.4.31 NAME 'member'
232 DESC 'RFC2256: member of a group'
233 SUP distinguishedName )
235 attributetype ( 2.5.4.32 NAME 'owner'
236 DESC 'RFC2256: owner (of the object)'
237 SUP distinguishedName )
239 attributetype ( 2.5.4.33 NAME 'roleOccupant'
240 DESC 'RFC2256: occupant of role'
241 SUP distinguishedName )
244 #attributetype ( 2.5.4.34 NAME 'seeAlso'
245 # DESC 'RFC2256: DN of related object'
246 # SUP distinguishedName )
249 #attributetype ( 2.5.4.35 NAME 'userPassword'
250 # DESC 'RFC2256/2307: password of user'
251 # EQUALITY octetStringMatch
252 # SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{128} )
254 # Must be transferred using ;binary
255 # with certificateExactMatch rule (per X.509)
256 attributetype ( 2.5.4.36 NAME 'userCertificate'
257 DESC 'RFC2256: X.509 user certificate, use ;binary'
258 EQUALITY certificateExactMatch
259 SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 )
261 # Must be transferred using ;binary
262 # with certificateExactMatch rule (per X.509)
263 attributetype ( 2.5.4.37 NAME 'cACertificate'
264 DESC 'RFC2256: X.509 CA certificate, use ;binary'
265 EQUALITY certificateExactMatch
266 SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 )
268 # Must be transferred using ;binary
269 attributetype ( 2.5.4.38 NAME 'authorityRevocationList'
270 DESC 'RFC2256: X.509 authority revocation list, use ;binary'
271 SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 )
273 # Must be transferred using ;binary
274 attributetype ( 2.5.4.39 NAME 'certificateRevocationList'
275 DESC 'RFC2256: X.509 certificate revocation list, use ;binary'
276 SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 )
278 # Must be stored and requested in the binary form
279 attributetype ( 2.5.4.40 NAME 'crossCertificatePair'
280 DESC 'RFC2256: X.509 cross certificate pair, use ;binary'
281 SYNTAX 1.3.6.1.4.1.1466.115.121.1.10 )
284 #attributetype ( 2.5.4.41 NAME 'name'
285 # EQUALITY caseIgnoreMatch
286 # SUBSTR caseIgnoreSubstringsMatch
287 # SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
289 attributetype ( 2.5.4.42 NAME ( 'givenName' 'gn' )
290 DESC 'RFC2256: first name(s) for which the entity is known by'
293 attributetype ( 2.5.4.43 NAME 'initials'
294 DESC 'RFC2256: initials of some or all of names, but not the surname(s).'
297 attributetype ( 2.5.4.44 NAME 'generationQualifier'
298 DESC 'RFC2256: name qualifier indicating a generation'
301 attributetype ( 2.5.4.45 NAME 'x500UniqueIdentifier'
302 DESC 'RFC2256: X.500 unique identifier'
303 EQUALITY bitStringMatch
304 SYNTAX 1.3.6.1.4.1.1466.115.121.1.6 )
306 attributetype ( 2.5.4.46 NAME 'dnQualifier'
307 DESC 'RFC2256: DN qualifier'
308 EQUALITY caseIgnoreMatch
309 ORDERING caseIgnoreOrderingMatch
310 SUBSTR caseIgnoreSubstringsMatch
311 SYNTAX 1.3.6.1.4.1.1466.115.121.1.44 )
313 attributetype ( 2.5.4.47 NAME 'enhancedSearchGuide'
314 DESC 'RFC2256: enhanced search guide'
315 SYNTAX 1.3.6.1.4.1.1466.115.121.1.21 )
317 attributetype ( 2.5.4.48 NAME 'protocolInformation'
318 DESC 'RFC2256: protocol information'
319 EQUALITY protocolInformationMatch
320 SYNTAX 1.3.6.1.4.1.1466.115.121.1.42 )
323 #attributetype ( 2.5.4.49 NAME 'distinguishedName'
324 # EQUALITY distinguishedNameMatch
325 # SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
327 attributetype ( 2.5.4.50 NAME 'uniqueMember'
328 DESC 'RFC2256: unique member of a group'
329 EQUALITY uniqueMemberMatch
330 SYNTAX 1.3.6.1.4.1.1466.115.121.1.34 )
332 attributetype ( 2.5.4.51 NAME 'houseIdentifier'
333 DESC 'RFC2256: house identifier'
334 EQUALITY caseIgnoreMatch
335 SUBSTR caseIgnoreSubstringsMatch
336 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
338 # Must be transferred using ;binary
339 attributetype ( 2.5.4.52 NAME 'supportedAlgorithms'
340 DESC 'RFC2256: supported algorithms'
341 SYNTAX 1.3.6.1.4.1.1466.115.121.1.49 )
343 # Must be transferred using ;binary
344 attributetype ( 2.5.4.53 NAME 'deltaRevocationList'
345 DESC 'RFC2256: delta revocation list; use ;binary'
346 SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 )
348 attributetype ( 2.5.4.54 NAME 'dmdName'
349 DESC 'RFC2256: name of DMD'
352 attributetype ( 2.5.4.65 NAME 'pseudonym'
353 DESC 'X.520(4th): pseudonym for the object'
356 # Standard object classes from RFC2256
359 #objectclass ( 2.5.6.0 NAME 'top'
360 # DESC 'RFC2256: top of the superclass chain'
365 #objectclass ( 2.5.6.1 NAME 'alias'
366 # DESC 'RFC2256: an alias'
368 # MUST aliasedObjectName )
370 objectclass ( 2.5.6.2 NAME 'country'
371 DESC 'RFC2256: a country'
374 MAY ( searchGuide $ description ) )
376 objectclass ( 2.5.6.3 NAME 'locality'
377 DESC 'RFC2256: a locality'
379 MAY ( street $ seeAlso $ searchGuide $ st $ l $ description ) )
381 objectclass ( 2.5.6.4 NAME 'organization'
382 DESC 'RFC2256: an organization'
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 ) )
392 objectclass ( 2.5.6.5 NAME 'organizationalUnit'
393 DESC 'RFC2256: an organizational unit'
396 MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $
397 x121Address $ registeredAddress $ destinationIndicator $
398 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
399 telephoneNumber $ internationaliSDNNumber $
400 facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $
401 postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) )
403 objectclass ( 2.5.6.6 NAME 'person'
404 DESC 'RFC2256: a person'
407 MAY ( userPassword $ telephoneNumber $ seeAlso $ description ) )
409 objectclass ( 2.5.6.7 NAME 'organizationalPerson'
410 DESC 'RFC2256: an organizational person'
411 SUP person STRUCTURAL
412 MAY ( title $ x121Address $ registeredAddress $ destinationIndicator $
413 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
414 telephoneNumber $ internationaliSDNNumber $
415 facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $
416 postalAddress $ physicalDeliveryOfficeName $ ou $ st $ l ) )
418 objectclass ( 2.5.6.8 NAME 'organizationalRole'
419 DESC 'RFC2256: an organizational role'
422 MAY ( x121Address $ registeredAddress $ destinationIndicator $
423 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
424 telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $
425 seeAlso $ roleOccupant $ preferredDeliveryMethod $ street $
426 postOfficeBox $ postalCode $ postalAddress $
427 physicalDeliveryOfficeName $ ou $ st $ l $ description ) )
429 objectclass ( 2.5.6.9 NAME 'groupOfNames'
430 DESC 'RFC2256: a group of names (DNs)'
433 MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description ) )
435 objectclass ( 2.5.6.10 NAME 'residentialPerson'
436 DESC 'RFC2256: an residential person'
437 SUP person STRUCTURAL
439 MAY ( businessCategory $ x121Address $ registeredAddress $
440 destinationIndicator $ preferredDeliveryMethod $ telexNumber $
441 teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $
442 facsimileTelephoneNumber $ preferredDeliveryMethod $ street $
443 postOfficeBox $ postalCode $ postalAddress $
444 physicalDeliveryOfficeName $ st $ l ) )
446 objectclass ( 2.5.6.11 NAME 'applicationProcess'
447 DESC 'RFC2256: an application process'
450 MAY ( seeAlso $ ou $ l $ description ) )
452 objectclass ( 2.5.6.12 NAME 'applicationEntity'
453 DESC 'RFC2256: an application entity'
455 MUST ( presentationAddress $ cn )
456 MAY ( supportedApplicationContext $ seeAlso $ ou $ o $ l $
459 objectclass ( 2.5.6.13 NAME 'dSA'
460 DESC 'RFC2256: a directory system agent (a server)'
461 SUP applicationEntity STRUCTURAL
462 MAY knowledgeInformation )
464 objectclass ( 2.5.6.14 NAME 'device'
465 DESC 'RFC2256: a device'
468 MAY ( serialNumber $ seeAlso $ owner $ ou $ o $ l $ description ) )
470 objectclass ( 2.5.6.15 NAME 'strongAuthenticationUser'
471 DESC 'RFC2256: a strong authentication user'
473 MUST userCertificate )
475 objectclass ( 2.5.6.16 NAME 'certificationAuthority'
476 DESC 'RFC2256: a certificate authority'
478 MUST ( authorityRevocationList $ certificateRevocationList $
479 cACertificate ) MAY crossCertificatePair )
481 objectclass ( 2.5.6.17 NAME 'groupOfUniqueNames'
482 DESC 'RFC2256: a group of unique names (DN and Unique Identifier)'
484 MUST ( uniqueMember $ cn )
485 MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description ) )
487 objectclass ( 2.5.6.18 NAME 'userSecurityInformation'
488 DESC 'RFC2256: a user security information'
490 MAY ( supportedAlgorithms ) )
492 objectclass ( 2.5.6.16.2 NAME 'certificationAuthority-V2'
493 SUP certificationAuthority
494 AUXILIARY MAY ( deltaRevocationList ) )
496 objectclass ( 2.5.6.19 NAME 'cRLDistributionPoint'
499 MAY ( certificateRevocationList $ authorityRevocationList $
500 deltaRevocationList ) )
502 objectclass ( 2.5.6.20 NAME 'dmd'
505 MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $
506 x121Address $ registeredAddress $ destinationIndicator $
507 preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
508 telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $
509 street $ postOfficeBox $ postalCode $ postalAddress $
510 physicalDeliveryOfficeName $ st $ l $ description ) )
513 # Object Classes from RFC 2587
515 objectclass ( 2.5.6.21 NAME 'pkiUser'
516 DESC 'RFC2587: a PKI user'
518 MAY userCertificate )
520 objectclass ( 2.5.6.22 NAME 'pkiCA'
521 DESC 'RFC2587: PKI certificate authority'
523 MAY ( authorityRevocationList $ certificateRevocationList $
524 cACertificate $ crossCertificatePair ) )
526 objectclass ( 2.5.6.23 NAME 'deltaCRL'
527 DESC 'RFC2587: PKI user'
529 MAY deltaRevocationList )
532 # Standard Track URI label schema from RFC 2079
534 #attributetype ( 1.3.6.1.4.1.250.1.57 NAME 'labeledURI'
535 # DESC 'RFC2079: Uniform Resource Identifier with optional label'
536 # EQUALITY caseExactMatch
537 # SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
539 objectclass ( 1.3.6.1.4.1.250.3.15 NAME 'labeledURIObject'
540 DESC 'RFC2079: object that contains the URI attribute type'
545 # Derived from RFC 1274, but with new "short names"
547 #attributetype ( 0.9.2342.19200300.100.1.1
548 # NAME ( 'uid' 'userid' )
549 # DESC 'RFC1274: user identifier'
550 # EQUALITY caseIgnoreMatch
551 # SUBSTR caseIgnoreSubstringsMatch
552 # SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
554 attributetype ( 0.9.2342.19200300.100.1.3
555 NAME ( 'mail' 'rfc822Mailbox' )
556 DESC 'RFC1274: RFC822 Mailbox'
557 EQUALITY caseIgnoreIA5Match
558 SUBSTR caseIgnoreIA5SubstringsMatch
559 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
561 objectclass ( 0.9.2342.19200300.100.4.19 NAME 'simpleSecurityObject'
562 DESC 'RFC1274: simple security object'
566 # RFC 1274 + RFC 2247
567 attributetype ( 0.9.2342.19200300.100.1.25
568 NAME ( 'dc' 'domainComponent' )
569 DESC 'RFC1274/2247: domain component'
570 EQUALITY caseIgnoreIA5Match
571 SUBSTR caseIgnoreIA5SubstringsMatch
572 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
575 objectclass ( 1.3.6.1.4.1.1466.344 NAME 'dcObject'
576 DESC 'RFC2247: domain component object'
577 SUP top AUXILIARY MUST dc )
580 objectclass ( 1.3.6.1.1.3.1 NAME 'uidObject'
581 DESC 'RFC2377: uid object'
582 SUP top AUXILIARY MUST uid )
585 # The 'associatedDomain' attribute specifies DNS [RFC1034][RFC2181]
586 # host names [RFC1123] that are associated with an object. That is,
587 # values of this attribute should conform to the following ABNF:
589 # domain = root / label *( DOT label )
591 # label = LETDIG [ *61( LETDIG / HYPHEN ) LETDIG ]
592 # LETDIG = %x30-39 / %x41-5A / %x61-7A ; "0" - "9" / "A"-"Z" / "a"-"z"
593 # SPACE = %x20 ; space (" ")
594 # HYPHEN = %x2D ; hyphen ("-")
595 # DOT = %x2E ; period (".")
596 attributetype ( 0.9.2342.19200300.100.1.37
597 NAME 'associatedDomain'
598 DESC 'RFC1274: domain associated with object'
599 EQUALITY caseIgnoreIA5Match
600 SUBSTR caseIgnoreIA5SubstringsMatch
601 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
603 # RFC 2459 -- deprecated in favor of 'mail' (in cosine.schema)
604 attributetype ( 1.2.840.113549.1.9.1
605 NAME ( 'email' 'emailAddress' 'pkcs9email' )
606 DESC 'RFC3280: legacy attribute for email addresses in DNs'
607 EQUALITY caseIgnoreIA5Match
608 SUBSTR caseIgnoreIA5SubstringsMatch
609 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{128} )