ldapiam2018: eduperson-201602.ldif

File eduperson-201602.ldif, 3.2 KB (added by admin, 6 years ago)
Line 
1dn: cn=eduperson,cn=schema,cn=config
2objectClass: olcSchemaConfig
3cn: eduperson
4olcAttributeTypes: ( 1.3.6.1.4.1.5923.1.1.1.1
5 NAME 'eduPersonAffiliation'
6 DESC 'eduPerson per Internet2 and EDUCAUSE'
7 EQUALITY caseIgnoreMatch
8 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
9olcAttributeTypes: ( 1.3.6.1.4.1.5923.1.1.1.7
10 NAME 'eduPersonEntitlement'
11 DESC 'eduPerson per Internet2 and EDUCAUSE'
12 EQUALITY caseExactMatch
13 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
14olcAttributeTypes: ( 1.3.6.1.4.1.5923.1.1.1.2
15 NAME 'eduPersonNickname'
16 DESC 'eduPerson per Internet2 and EDUCAUSE'
17 EQUALITY caseIgnoreMatch
18 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
19olcAttributeTypes: ( 1.3.6.1.4.1.5923.1.1.1.3
20 NAME 'eduPersonOrgDN'
21 DESC 'eduPerson per Internet2 and EDUCAUSE'
22 EQUALITY distinguishedNameMatch
23 SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE )
24olcAttributeTypes: ( 1.3.6.1.4.1.5923.1.1.1.4
25 NAME 'eduPersonOrgUnitDN'
26 DESC 'eduPerson per Internet2 and EDUCAUSE'
27 EQUALITY distinguishedNameMatch
28 SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
29olcAttributeTypes: ( 1.3.6.1.4.1.5923.1.1.1.5
30 NAME 'eduPersonPrimaryAffiliation'
31 DESC 'eduPerson per Internet2 and EDUCAUSE'
32 EQUALITY caseIgnoreMatch
33 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
34olcAttributeTypes: ( 1.3.6.1.4.1.5923.1.1.1.8
35 NAME 'eduPersonPrimaryOrgUnitDN'
36 DESC 'eduPerson per Internet2 and EDUCAUSE'
37 EQUALITY distinguishedNameMatch
38 SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE )
39olcAttributeTypes: ( 1.3.6.1.4.1.5923.1.1.1.6
40 NAME 'eduPersonPrincipalName'
41 DESC 'eduPerson per Internet2 and EDUCAUSE'
42 EQUALITY caseIgnoreMatch
43 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
44olcAttributeTypes: ( 1.3.6.1.4.1.5923.1.1.1.12
45 NAME 'eduPersonPrincipalNamePrior'
46 DESC 'eduPersonPrincipalNamePrior per Internet2'
47 EQUALITY caseIgnoreMatch
48 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
49olcAttributeTypes: ( 1.3.6.1.4.1.5923.1.1.1.9
50 NAME 'eduPersonScopedAffiliation'
51 DESC 'eduPerson per Internet2 and EDUCAUSE'
52 EQUALITY caseIgnoreMatch
53 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
54olcAttributeTypes: ( 1.3.6.1.4.1.5923.1.1.1.10
55 NAME 'eduPersonTargetedID'
56 DESC 'eduPerson per Internet2 and EDUCAUSE'
57 EQUALITY caseExactMatch
58 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
59olcAttributeTypes: ( 1.3.6.1.4.1.5923.1.1.1.11
60 NAME 'eduPersonAssurance'
61 DESC 'eduPerson per Internet2 and EDUCAUSE'
62 EQUALITY caseExactMatch
63 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
64olcAttributeTypes: ( 1.3.6.1.4.1.5923.1.1.1.13
65 NAME 'eduPersonUniqueId'
66 DESC 'eduPersonUniqueId per Internet2'
67 EQUALITY caseIgnoreMatch
68 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
69olcAttributeTypes: ( 1.3.6.1.4.1.5923.1.1.1.16
70 NAME 'eduPersonOrcid'
71 DESC 'ORCID researcher identifiers belonging to the principal'
72 EQUALITY caseIgnoreMatch
73 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
74olcObjectClasses: ( 1.3.6.1.4.1.5923.1.1.2
75 NAME 'eduPerson'
76 AUXILIARY
77 MAY (
78 eduPersonAffiliation $ eduPersonNickname $ eduPersonOrgDN $
79 eduPersonOrgUnitDN $ eduPersonPrimaryAffiliation $
80 eduPersonPrincipalName $ eduPersonEntitlement $ eduPersonPrimaryOrgUnitDN $
81 eduPersonScopedAffiliation $ eduPersonTargetedID $ eduPersonAssurance $
82 eduPersonPrincipalNamePrior $ eduPersonUniqueId $ eduPersonOrcid )
83 )