From ff34c8e668cb87e73bfa3af2060fc12964779442 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 26 May 2014 13:05:15 +0200 Subject: [PATCH] undo woraround before we try something else --- sfa/trust/auth.py | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.43.0