summaryrefslogtreecommitdiff
path: root/src/saml2/ident.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2014-02-15 10:29:01 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2014-02-15 10:29:01 +0100
commitcdd7351c09a61aa5f027196e22e9a150220e09d2 (patch)
treeba768b835530f5325e39cebda24b29637fdb385c /src/saml2/ident.py
parente5806a6623e08125efde408b8e5559496695959f (diff)
downloadpysaml2-cdd7351c09a61aa5f027196e22e9a150220e09d2.tar.gz
Wrong default type for new_id parameter
Diffstat (limited to 'src/saml2/ident.py')
-rw-r--r--src/saml2/ident.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saml2/ident.py b/src/saml2/ident.py
index f2de3699..f9b49a46 100644
--- a/src/saml2/ident.py
+++ b/src/saml2/ident.py
@@ -281,7 +281,7 @@ class IdentDB(object):
# else create and return a new one
return self.construct_nameid(_id, name_id_policy=name_id_policy)
- def handle_manage_name_id_request(self, name_id, new_id="",
+ def handle_manage_name_id_request(self, name_id, new_id=None,
new_encrypted_id="", terminate=""):
"""
Requests from the SP is about the SPProvidedID attribute.