undo woraround before we try something else
[sfa.git] / sfa / trust / auth.py
index 0a2b3ce..2e9ada0 100644 (file)
@@ -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)