undo woraround before we try something else
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 26 May 2014 11:05:15 +0000 (13:05 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 26 May 2014 11:05:15 +0000 (13:05 +0200)
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)