Dynamic figuring out where xmlsec is.
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
try:
|
try:
|
||||||
from xmlsec_location import xmlsec_path
|
from saml2.sigver import get_xmlsec_binary
|
||||||
|
xmlsec_path = get_xmlsec_binary(["/opt/local/bin"])
|
||||||
except ImportError:
|
except ImportError:
|
||||||
xmlsec_path = '/opt/local/bin/xmlsec1'
|
xmlsec_path = '/usr/bin/xmlsec1'
|
||||||
|
|
||||||
CONFIG={
|
CONFIG={
|
||||||
"entityid" : "urn:mace:example.com:saml:roland:sp",
|
"entityid" : "urn:mace:example.com:saml:roland:sp",
|
||||||
|
Reference in New Issue
Block a user