-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathvoperson.ldif
107 lines (107 loc) · 3.72 KB
/
voperson.ldif
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
dn: cn=schema
objectClass: top
objectClass: ldapSubentry
objectClass: subschema
cn: schema
#
attributeTypes: ( 1.3.6.1.4.1.25178.4.1.1
NAME 'voPersonApplicationUID'
DESC 'voPerson Application-Specific User Identifier'
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
#
attributeTypes: ( 1.3.6.1.4.1.25178.4.1.2
NAME 'voPersonAuthorName'
DESC 'voPerson Author Name'
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
#
attributeTypes: ( 1.3.6.1.4.1.25178.4.1.3
NAME 'voPersonCertificateDN'
DESC 'voPerson Certificate Distinguished Name'
EQUALITY distinguishedNameMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
#
attributeTypes: ( 1.3.6.1.4.1.25178.4.1.4
NAME 'voPersonCertificateIssuerDN'
DESC 'voPerson Certificate Issuer DN'
EQUALITY distinguishedNameMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
#
attributeTypes: ( 1.3.6.1.4.1.25178.4.1.5
NAME 'voPersonExternalID'
DESC 'voPerson Scoped External Identifier'
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
#
attributeTypes: ( 1.3.6.1.4.1.25178.4.1.6
NAME 'voPersonID'
DESC 'voPerson Unique Identifier'
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
#
attributeTypes: ( 1.3.6.1.4.1.25178.4.1.7
NAME 'voPersonPolicyAgreement'
DESC 'voPerson Policy Agreement Indicator'
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
#
attributeTypes: ( 1.3.6.1.4.1.25178.4.1.8
NAME 'voPersonSoRID'
DESC 'voPerson External Identifier'
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
#
attributeTypes: ( 1.3.6.1.4.1.25178.4.1.9
NAME 'voPersonStatus'
DESC 'voPerson Status'
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
#
attributeTypes: ( 1.3.6.1.4.1.25178.4.1.10
NAME 'voPersonAffiliation'
DESC 'voPerson Affiliation Within Local Scope'
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
#
attributeTypes: ( 1.3.6.1.4.1.25178.4.1.11
NAME 'voPersonExternalAffiliation'
DESC 'voPerson Scoped External Affiliation'
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
#
attributeTypes: ( 1.3.6.1.4.1.25178.4.1.12
NAME 'voPersonScopedAffiliation'
DESC 'voPerson Affiliation With Explicit Local Scope'
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
#
attributeTypes: ( 1.3.6.1.4.1.25178.4.1.13
NAME 'voPersonApplicationPassword'
DESC 'voPerson Application Password'
EQUALITY octetStringMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{128} )
#
attributeTypes: ( 1.3.6.1.4.1.25178.4.1.14
NAME 'voPersonVerifiedEmail'
DESC 'voPerson Verified Email Address'
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
#
attributeTypes: ( 1.3.6.1.4.1.25178.4.1.15
NAME 'voPersonToken'
DESC 'voPerson Token'
EQUALITY caseExactMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
#
objectClasses: ( 1.3.6.1.4.1.25178.4.1
NAME 'voPerson'
AUXILIARY
MAY ( voPersonAffiliation $ voPersonApplicationPassword $
voPersonApplicationUID $ voPersonAuthorName $
voPersonCertificateDN $ voPersonCertificateIssuerDN $
voPersonExternalAffiliation $ voPersonExternalID $ voPersonID $
voPersonPolicyAgreement $ voPersonScopedAffiliation $
voPersonSoRID $ voPersonStatus $ voPersonToken $
voPersonVerifiedEmail
) )