diff options
Diffstat (limited to 'ldap/schema/60eduperson.ldif')
-rw-r--r-- | ldap/schema/60eduperson.ldif | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/ldap/schema/60eduperson.ldif b/ldap/schema/60eduperson.ldif index 54e08c31..a0ba3b7d 100644 --- a/ldap/schema/60eduperson.ldif +++ b/ldap/schema/60eduperson.ldif @@ -1,4 +1,4 @@ -# 60eduperson.ldif - See http://www.educause.edu/eduperso +# 60eduperson.ldif - See http://middleware.internet2.edu/eduperson/ ################################################################################ # dn: cn=schema @@ -10,6 +10,7 @@ attributeTypes: ( NAME 'eduPersonAffiliation' DESC 'Affiliation' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + X-ORIGIN 'http://middleware.internet2.edu/eduperson/' ) # ################################################################################ @@ -19,6 +20,7 @@ attributeTypes: ( NAME 'eduPersonNickName' DESC 'NickName' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + X-ORIGIN 'http://middleware.internet2.edu/eduperson/' ) # ################################################################################ @@ -29,6 +31,7 @@ attributeTypes: ( DESC 'Organization DN' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE + X-ORIGIN 'http://middleware.internet2.edu/eduperson/' ) # ################################################################################ @@ -38,6 +41,7 @@ attributeTypes: ( NAME 'eduPersonOrgUnitDN' DESC 'Organizational Unit DN' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 + X-ORIGIN 'http://middleware.internet2.edu/eduperson/' ) # ################################################################################ @@ -48,6 +52,7 @@ attributeTypes: ( DESC 'Primary Affiliation' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE + X-ORIGIN 'http://middleware.internet2.edu/eduperson/' ) # ################################################################################ @@ -58,6 +63,7 @@ attributeTypes: ( DESC 'Principal Name' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE + X-ORIGIN 'http://middleware.internet2.edu/eduperson/' ) # ################################################################################ @@ -67,6 +73,7 @@ attributeTypes: ( NAME 'eduPersonEntitlement' DESC 'Entitlement' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + X-ORIGIN 'http://middleware.internet2.edu/eduperson/' ) # ################################################################################ @@ -76,6 +83,7 @@ attributeTypes: ( NAME 'eduPersonPrimaryOrgUnitDN' DESC 'Primary Organizational Unit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 + X-ORIGIN 'http://middleware.internet2.edu/eduperson/' ) # ################################################################################ @@ -85,6 +93,7 @@ attributeTypes: ( NAME 'eduPersonScopedAffiliation' DESC 'Scoped Affiliation' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + X-ORIGIN 'http://middleware.internet2.edu/eduperson/' ) # ################################################################################ @@ -94,6 +103,7 @@ objectClasses: ( NAME 'eduPerson' AUXILIARY MAY ( eduPersonAffiliation $ eduPersonNickName $ eduPersonOrgDN $ eduPersonOrgUnitDN $ eduPersonPrimaryAffiliation $ eduPersonPrincipalName $ eduPersonEntitlement $eduPersonPrimaryOrgUnitDN $ eduPersonScopedAffiliation ) + X-ORIGIN 'http://middleware.internet2.edu/eduperson/' ) # ################################################################################ |