From 52731a4e5a73cce6318bf56e0f4da78cd150754d Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Wed, 11 Aug 2004 23:14:20 +0000 Subject: Corrected comment. --- python/tests/LibertyEnabledProxy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python') diff --git a/python/tests/LibertyEnabledProxy.py b/python/tests/LibertyEnabledProxy.py index 92582a33..0c81ad2d 100644 --- a/python/tests/LibertyEnabledProxy.py +++ b/python/tests/LibertyEnabledProxy.py @@ -38,12 +38,12 @@ class LibertyEnabledProxyMixin(IdentityProviderMixin, ServiceProviderMixin): return ServiceProviderMixin.login(self, handler) def login_failed(self, handler): - # Before, this proxy was considered as a service provider. Now it acts again as a service + # Before, this proxy was considered as a service provider. Now it acts again as an identity # provider. return self.login_done(handler, False, None) def assertionConsumer_done(self, handler): - # Before, this proxy was considered as a service provider. Now it acts again as a service + # Before, this proxy was considered as a service provider. Now it acts again as an identity # provider. # FIXME: We should retrieve authentication method from session.lassoSessionDump. return self.login_done(handler, True, lasso.samlAuthenticationMethodPassword) -- cgit