Comment 1 for bug 676469

Revision history for this message
Lorenzo Gil Sanchez (lgs) wrote :

You can set the xmlsec1 path in the configuration dict used in pysaml2.

Something like this:

SAML_CONFIG = {
    'xmlsec_binary': '/usr/bin/xmlsec1',
    # more stuff
}