Files
deb-python-pysaml2/example/idp2/idp_user.py
2013-02-01 13:49:41 +01:00

26 lines
597 B
Python

USERS = {
"roland": {
"surname": "Hedberg",
"givenName": "Roland",
"eduPersonAffiliation": "staff",
"uid": "rohe0002"
},
"babs": {
"surname": "Babs",
"givenName": "Ozzie",
"eduPersonAffiliation": "affiliate"
},
"upper": {
"surname": "Jeter",
"givenName": "Derek",
"eduPersonAffiliation": "affiliate"
},
}
EXTRA = {
"roland": {
"eduPersonEntitlement" : "urn:mace:swamid.se:foo:bar",
"schacGender": "male",
"schacUserPresenceID": "skype:pepe.perez"
}
}