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