summaryrefslogtreecommitdiff
path: root/tests/idp_conf_mdb.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2013-06-19 10:13:56 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2013-06-19 10:13:56 +0200
commitb04dee75ed8d1d1d0098cfdc9638bfd3438de499 (patch)
treebb1dec63214bd4bf04daa05f25ad6224bfafb2b8 /tests/idp_conf_mdb.py
parenteaae6a787643071fd24be5da7e3f8b733cfaa644 (diff)
downloadpysaml2-b04dee75ed8d1d1d0098cfdc9638bfd3438de499.tar.gz
Use xmlsec path information.
Diffstat (limited to 'tests/idp_conf_mdb.py')
-rw-r--r--tests/idp_conf_mdb.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/idp_conf_mdb.py b/tests/idp_conf_mdb.py
index 847c50ac..f4afe1ca 100644
--- a/tests/idp_conf_mdb.py
+++ b/tests/idp_conf_mdb.py
@@ -86,7 +86,8 @@ CONFIG = {
"debug": 1,
"key_file": full_path("test.key"),
"cert_file": full_path("test.pem"),
- "xmlsec_binary": None,
+ #"xmlsec_binary": None,
+ "xmlsec_path": ["/opt/local/bin", "usr/local/bin"],
"metadata": {
"local": [full_path("servera.xml"),
full_path("vo_metadata.xml")],