From 28460166e1f19e70e0969aca143d3beeb6e3c68b Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Thu, 6 May 2004 17:14:15 +0000 Subject: *** empty log message *** --- python/lasso.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/lasso.py') 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): -- cgit