diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-05-06 17:14:15 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-05-06 17:14:15 +0000 |
| commit | 28460166e1f19e70e0969aca143d3beeb6e3c68b (patch) | |
| tree | 0aed8559be94b2ac8355eccf0a787122f8f54aad /python/lasso.py | |
| parent | bc26c8f129dd0b64f067624dea97259a664bbef1 (diff) | |
| download | lasso-28460166e1f19e70e0969aca143d3beeb6e3c68b.tar.gz lasso-28460166e1f19e70e0969aca143d3beeb6e3c68b.tar.xz lasso-28460166e1f19e70e0969aca143d3beeb6e3c68b.zip | |
*** empty log message ***
Diffstat (limited to 'python/lasso.py')
| -rw-r--r-- | python/lasso.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/lasso.py b/python/lasso.py index eea0a596..7e7f4391 100644 --- a/python/lasso.py +++ b/python/lasso.py @@ -298,6 +298,8 @@ class AuthnResponse(Node): ret = lassomod.authn_response_getattr(self, name) if ret is None: raise AttributeError, name + if name == "request": + ret = AuthnRequest(None, _obj=ret) return ret def add_assertion(self, assertion, private_key_file, certificate_file): |
