From bdaca8fbfaa11865a165d5be2f08500c373938c4 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 5 Dec 2014 23:33:19 +0100 Subject: [PATCH] Complete the list of attributes from the eduPerson schema --- config.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config.py b/config.py index d61da0d..8869b88 100644 --- a/config.py +++ b/config.py @@ -30,6 +30,12 @@ LDAP_AUTH_SETTINGS = [ 'eduPersonOrgDN', 'eduPersonOrgUnitDN', 'eduPersonPrimaryOrgUnitDN', + 'eduPersonScopedAffiliation', + 'eduPersonAffiliation', + 'eduPersonNickname', + 'eduPersonPrimaryAffiliation', + 'eduPersonPrincipalName', + 'eduPersonAssurance', 'supannAliasLogin', 'supannRefId', 'supannCivilite', @@ -37,11 +43,8 @@ LDAP_AUTH_SETTINGS = [ 'sn', 'cn', 'displayName', - 'eduPersonNickname', 'userPassword', 'description', - 'eduPersonAffiliation', - 'eduPersonPrimaryAffiliation', 'supannActivite', 'supannCodeINE', 'supannEmpCorps',