1 |
# |
2 |
# @(#)$Id$ |
3 |
# |
4 |
# Nikhef specific schemata |
5 |
# |
6 |
|
7 |
attributetype ( 1.3.6.1.4.1.10434.4.4.5.100 |
8 |
NAME 'nikSponsorDN' |
9 |
DESC 'Nikhef: distinguished name of the sponsor of this entry' |
10 |
SUP distinguishedName ) |
11 |
|
12 |
attributetype ( 1.3.6.1.4.1.10434.4.4.5.101 |
13 |
NAME 'nikEnrolmentReason' |
14 |
DESC 'Textual description of reason for enrolment' |
15 |
EQUALITY caseIgnoreMatch |
16 |
SUBSTR caseIgnoreSubstringsMatch |
17 |
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) |
18 |
|
19 |
attributetype ( 1.3.6.1.4.1.10434.4.4.5.102 |
20 |
NAME 'nikCertificateSubjectDN' |
21 |
DESC 'Certificate subject distinguished name of user in RFC2253 format' |
22 |
EQUALITY caseIgnoreMatch |
23 |
SUBSTR caseIgnoreSubstringsMatch |
24 |
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) |
25 |
|
26 |
objectClass ( 1.3.6.1.4.1.10434.4.4.6.100 |
27 |
NAME 'nikPerson' |
28 |
DESC 'Person in the Nikhef IdM' |
29 |
AUXILIARY |
30 |
MAY ( nikSponsorDN $ |
31 |
nikEnrolmentReason $ |
32 |
nikCertificateSubjectDN |
33 |
) |
34 |
) |
35 |
|