summaryrefslogtreecommitdiff
path: root/src/saml2/entity_category
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2013-06-02 17:16:01 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2013-06-02 17:16:01 +0200
commit5ae327b1f5a69aa6ac0282343c0afef5a886547b (patch)
tree67176bae872222873577c5aafb19a35571b83170 /src/saml2/entity_category
parentbef512337e2c14106c93469e7238245e4c86277d (diff)
downloadpysaml2-5ae327b1f5a69aa6ac0282343c0afef5a886547b.tar.gz
Two attributes with the same content for historical reasons.
Diffstat (limited to 'src/saml2/entity_category')
-rw-r--r--src/saml2/entity_category/swamid.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/saml2/entity_category/swamid.py b/src/saml2/entity_category/swamid.py
index c1bd9838..838e01e4 100644
--- a/src/saml2/entity_category/swamid.py
+++ b/src/saml2/entity_category/swamid.py
@@ -3,7 +3,8 @@ __author__ = 'rolandh'
NAME = ["givenName", "initials", "displayName", "sn"]
STATIC_ORG_INFO = ["c", "o", "ou"]
-OTHER = ["eduPersonPrincipalName", "eduPersonScopedAffiliation", "email"]
+OTHER = ["eduPersonPrincipalName", "eduPersonScopedAffiliation", "email",
+ "mail"]
# These give you access to information
RESEARCH_AND_EDUCATION = "http://www.swamid.se/category/research-and-education"