summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2008-04-29 12:07:02 +0000
committerFrederic Peters <fpeters@entrouvert.com>2008-04-29 12:07:02 +0000
commit3d7c20873cfd488c67645457594a27f8026f9d54 (patch)
treef94ce28167c69cc2d95e937efc2859995b81859b /bindings
parent3fd80d909d53650aa3b5fe220065afc8660d1a8c (diff)
downloadlasso-3d7c20873cfd488c67645457594a27f8026f9d54.tar.gz
lasso-3d7c20873cfd488c67645457594a27f8026f9d54.tar.xz
lasso-3d7c20873cfd488c67645457594a27f8026f9d54.zip
[project @ fpeters@0d.be-20080222093439-0tbhiky3305jroj5]
added backward compatibility for Samlp2AuthnRequest.nameIDPolicy Original author: Frederic Peters <fpeters@0d.be> Date: 2008-02-22 10:34:39.153000+01:00
Diffstat (limited to 'bindings')
-rw-r--r--bindings/lang_python.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/lang_python.py b/bindings/lang_python.py
index 2e4cbe59..2cfb016d 100644
--- a/bindings/lang_python.py
+++ b/bindings/lang_python.py
@@ -188,7 +188,7 @@ def session_get_provider_ids(self):
return self.assertions.keys()
Session.providerIds = property(session_get_provider_ids)
-
+Samlp2AuthnRequest.nameIDPolicy = Samlp2AuthnRequest.nameIdPolicy
'''
def generate_constants(self, fd):