summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2013-05-16 21:24:27 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2013-05-16 21:24:27 +0200
commit5407649c6ee95b80afcc69c930c5e9e5e80d76f6 (patch)
tree14d8b3c4457d2afa444027c513a33a9bc44709ec
parent9c76e9cb7a95299225364390b1367c96f8187595 (diff)
downloadpysaml2-5407649c6ee95b80afcc69c930c5e9e5e80d76f6.tar.gz
Fixed wrongly spelled entity category
-rw-r--r--example/idp2/idp_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/idp2/idp_conf.py b/example/idp2/idp_conf.py
index d6a95145..d0785a8f 100644
--- a/example/idp2/idp_conf.py
+++ b/example/idp2/idp_conf.py
@@ -77,7 +77,7 @@ CONFIG = {
"lifetime": {"minutes": 15},
"attribute_restrictions": None, # means all I have
"name_form": NAME_FORMAT_URI,
- "entity_categories": ["swami", "edugain"]
+ "entity_categories": ["swamid", "edugain"]
},
},
"subject_data": "./idp.subject",