summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2015-11-15 10:11:52 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2015-11-15 10:11:52 +0100
commit3c38cef9346ec787c360e888898baddbbd03c737 (patch)
treef076d0c48b21922858c80fd54b05aea63cb95871 /example
parent16cab46f9c1ca77039b34cceefc727733c57fe83 (diff)
downloadpysaml2-3c38cef9346ec787c360e888898baddbbd03c737.tar.gz
Corrected attribute name: email -> mail.
Diffstat (limited to 'example')
-rw-r--r--example/idp2/idp_user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/idp2/idp_user.py b/example/idp2/idp_user.py
index a4032aa6..71e9bf96 100644
--- a/example/idp2/idp_user.py
+++ b/example/idp2/idp_user.py
@@ -68,7 +68,7 @@ USERS = {
"ou": "IT",
"initials": "P",
#"schacHomeOrganization": "example.com",
- "email": "roland@example.com",
+ "mail": "roland@example.com",
"displayName": "P. Roland Hedberg",
"labeledURL": "http://www.example.com/rohe My homepage",
"norEduPersonNIN": "SE197001012222"