summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2008-04-29 12:08:11 +0000
committerFrederic Peters <fpeters@entrouvert.com>2008-04-29 12:08:11 +0000
commit1187a488deda88393675d1df839cfedce73188e1 (patch)
tree3c79d78e4e7f4be8813828e968cc48dc7b35d4ed
parenta7a314bed2f9659b8f9ad15d58b33e819ccbc6ed (diff)
[project @ fpeters@0d.be-20080314231446-2fess87rf4xe00ar]
more compat Original author: Frederic Peters <fpeters@0d.be> Date: 2008-03-15 00:14:46.531000+01:00
-rw-r--r--bindings/lang_python.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/lang_python.py b/bindings/lang_python.py
index 43aad175..302b64d6 100644
--- a/bindings/lang_python.py
+++ b/bindings/lang_python.py
@@ -205,7 +205,9 @@ def session_get_provider_ids(self):
Session.providerIds = property(session_get_provider_ids)
Samlp2AuthnRequest.nameIDPolicy = Samlp2AuthnRequest.nameIdPolicy
+LibAuthnRequest.nameIDPolicy = LibAuthnRequest.nameIdPolicy
Saml2Subject.nameID = Saml2Subject.nameId
+SamlSubject.nameID = SamlSubject.nameId
MiscTextNode.text_child = MiscTextNode.textChild
NodeList = list
StringList = list