Skip to content

Commit b04dee7

Browse files
author
Roland Hedberg
committed
Use xmlsec path information.
1 parent eaae6a7 commit b04dee7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/idp_conf_mdb.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@
8686
"debug": 1,
8787
"key_file": full_path("test.key"),
8888
"cert_file": full_path("test.pem"),
89-
"xmlsec_binary": None,
89+
#"xmlsec_binary": None,
90+
"xmlsec_path": ["/opt/local/bin", "usr/local/bin"],
9091
"metadata": {
9192
"local": [full_path("servera.xml"),
9293
full_path("vo_metadata.xml")],

0 commit comments

Comments
 (0)