X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Ftrust%2Fcredential.py;h=a32a49acb571fe83e5601a70750b092985baa957;hb=b8e513e045d4dcabdf6172770547a1077c54b5be;hp=8631f1b68407086833a57c40c678a438fd2b89ce;hpb=9d6f974c96634bda04f18e28858efb53a2d4d5af;p=sfa.git diff --git a/sfa/trust/credential.py b/sfa/trust/credential.py index 8631f1b6..a32a49ac 100644 --- a/sfa/trust/credential.py +++ b/sfa/trust/credential.py @@ -272,6 +272,8 @@ class Credential(object): if os.path.isfile(path + '/' + 'xmlsec1'): self.xmlsec_path = path + '/' + 'xmlsec1' break + if not self.xmlsec_path: + logger.warn("Could not locate binary for xmlsec1 - SFA will be unable to sign stuff !!") def get_subject(self): if not self.gidObject: