|
|
@@ -1,4 +1,6 @@
|
|
|
# 60eduperson.ldif - See http://middleware.internet2.edu/eduperson/
|
|
|
+# This is the 201602 version of the eduperson schema.
|
|
|
+# http://software.internet2.edu/eduperson/internet2-mace-dir-eduperson-201602.html
|
|
|
################################################################################
|
|
|
#
|
|
|
dn: cn=schema
|
|
|
@@ -83,6 +85,7 @@ attributeTypes: (
|
|
|
NAME 'eduPersonPrimaryOrgUnitDN'
|
|
|
DESC 'Primary Organizational Unit'
|
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
|
|
|
+ SINGLE-VALUE
|
|
|
X-ORIGIN 'http://middleware.internet2.edu/eduperson/'
|
|
|
)
|
|
|
#
|
|
|
@@ -98,11 +101,67 @@ attributeTypes: (
|
|
|
#
|
|
|
################################################################################
|
|
|
#
|
|
|
+attributeTypes:(
|
|
|
+ 1.3.6.1.4.1.5923.1.1.1.10
|
|
|
+ NAME 'eduPersonTargetedID'
|
|
|
+ DESC 'eduPerson per Internet2 and EDUCAUSE'
|
|
|
+ EQUALITY caseExactMatch
|
|
|
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
|
|
|
+ X-ORIGIN 'http://middleware.internet2.edu/eduperson/'
|
|
|
+ )
|
|
|
+#
|
|
|
+################################################################################
|
|
|
+#
|
|
|
+attributeTypes:(
|
|
|
+ 1.3.6.1.4.1.5923.1.1.1.11
|
|
|
+ NAME 'eduPersonAssurance'
|
|
|
+ DESC 'eduPerson per Internet2 and EDUCAUSE'
|
|
|
+ EQUALITY caseExactMatch
|
|
|
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
|
|
|
+ X-ORIGIN 'http://middleware.internet2.edu/eduperson/'
|
|
|
+ )
|
|
|
+#
|
|
|
+################################################################################
|
|
|
+#
|
|
|
+attributeTypes:(
|
|
|
+ 1.3.6.1.4.1.5923.1.1.1.12
|
|
|
+ NAME 'eduPersonPrincipalNamePrior'
|
|
|
+ DESC 'eduPersonPrincipalNamePrior per Internet2'
|
|
|
+ EQUALITY caseIgnoreMatch
|
|
|
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
|
|
|
+ X-ORIGIN 'http://middleware.internet2.edu/eduperson/'
|
|
|
+ )
|
|
|
+#
|
|
|
+################################################################################
|
|
|
+#
|
|
|
+attributeTypes:(
|
|
|
+ 1.3.6.1.4.1.5923.1.1.1.13
|
|
|
+ NAME 'eduPersonUniqueId'
|
|
|
+ DESC 'eduPersonUniqueId per Internet2'
|
|
|
+ EQUALITY caseIgnoreMatch
|
|
|
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
|
|
|
+ SINGLE-VALUE
|
|
|
+ X-ORIGIN 'http://middleware.internet2.edu/eduperson/'
|
|
|
+ )
|
|
|
+#
|
|
|
+################################################################################
|
|
|
+#
|
|
|
+attributeTypes:(
|
|
|
+ 1.3.6.1.4.1.5923.1.1.1.16
|
|
|
+ NAME 'eduPersonOrcid'
|
|
|
+ DESC 'ORCID researcher identifiers belonging to the principal'
|
|
|
+ EQUALITY caseIgnoreMatch
|
|
|
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
|
|
|
+ X-ORIGIN 'http://middleware.internet2.edu/eduperson/'
|
|
|
+ )
|
|
|
+#
|
|
|
+################################################################################
|
|
|
+#
|
|
|
objectClasses: (
|
|
|
1.3.6.1.4.1.5923.1.1.2
|
|
|
NAME 'eduPerson'
|
|
|
AUXILIARY
|
|
|
- MAY ( eduPersonAffiliation $ eduPersonNickName $ eduPersonOrgDN $ eduPersonOrgUnitDN $ eduPersonPrimaryAffiliation $ eduPersonPrincipalName $ eduPersonEntitlement $eduPersonPrimaryOrgUnitDN $ eduPersonScopedAffiliation )
|
|
|
+ MAY ( eduPersonAffiliation $ eduPersonNickName $ eduPersonOrgDN $ eduPersonOrgUnitDN $ eduPersonPrimaryAffiliation $ eduPersonPrincipalName $ eduPersonEntitlement $eduPersonPrimaryOrgUnitDN $ eduPersonScopedAffiliation $ eduPersonTargetedID $ eduPersonAssurance $ eduPersonPrincipalNamePrior $ eduPersonUniqueId $ eduPersonOrcid)
|
|
|
X-ORIGIN 'http://middleware.internet2.edu/eduperson/'
|
|
|
)
|
|
|
#
|