From: Thierry Parmentelat Date: Mon, 26 May 2014 11:05:15 +0000 (+0200) Subject: undo woraround before we try something else X-Git-Tag: sfa-3.1-5~16 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=ff34c8e668cb87e73bfa3af2060fc12964779442 undo woraround before we try something else --- diff --git a/sfa/trust/auth.py b/sfa/trust/auth.py index 0a2b3ce0..2e9ada07 100644 --- a/sfa/trust/auth.py +++ b/sfa/trust/auth.py @@ -74,9 +74,6 @@ class Auth: # if speaks for gid matches caller cert then we've found a valid # speaks for credential - ### Thierry : we have no options to pass determine_speaks_for in this context - # so only as a workaround here: - options={} speaks_for_gid = determine_speaks_for(logger, creds, self.peer_cert, \ options, self.trusted_cert_list)