summaryrefslogtreecommitdiffstats
path: root/bindings/lang_python.py
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2008-04-29 12:07:11 +0000
committerFrederic Peters <fpeters@entrouvert.com>2008-04-29 12:07:11 +0000
commit31e54598ff9ca4ac8a43ecbbca011ae60ad3c3c4 (patch)
tree625242f083b5a22722566c819f14a37836dc8625 /bindings/lang_python.py
parentb2c6027ad1a0e13257906fc5efbf4c5386d3f1cb (diff)
downloadlasso-31e54598ff9ca4ac8a43ecbbca011ae60ad3c3c4.tar.gz
lasso-31e54598ff9ca4ac8a43ecbbca011ae60ad3c3c4.tar.xz
lasso-31e54598ff9ca4ac8a43ecbbca011ae60ad3c3c4.zip
[project @ fpeters@0d.be-20080222095228-htuqndnaiiazp2qv]
backward compatibility for Saml2Subject.nameID Original author: Frederic Peters <fpeters@0d.be> Date: 2008-02-22 10:52:28.583000+01:00
Diffstat (limited to 'bindings/lang_python.py')
-rw-r--r--bindings/lang_python.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/lang_python.py b/bindings/lang_python.py
index 2cfb016d..016dccbe 100644
--- a/bindings/lang_python.py
+++ b/bindings/lang_python.py
@@ -189,6 +189,7 @@ def session_get_provider_ids(self):
Session.providerIds = property(session_get_provider_ids)
Samlp2AuthnRequest.nameIDPolicy = Samlp2AuthnRequest.nameIdPolicy
+Saml2Subject.nameID = Saml2Subject.nameId
'''
def generate_constants(self, fd):