X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Ftrust%2Fauth.py;h=0b4d3372ec95f25b62cb7a144e4a1348bb17f607;hb=f1d5fa1c83d7507170e28d7c7a5c9676744420b9;hp=65ce3fc654be70224de13a80925ce46b5f2bcd95;hpb=1e3c0e94e052ec15bca87bf65eb7ffb0061c6497;p=sfa.git diff --git a/sfa/trust/auth.py b/sfa/trust/auth.py index 65ce3fc6..0b4d3372 100644 --- a/sfa/trust/auth.py +++ b/sfa/trust/auth.py @@ -70,7 +70,10 @@ class Auth: error=[None,None] # if speaks for gid matches caller cert then we've found a valid - # speaks for credential + # 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)