Allow for specifying directories in which the xmlsec binary may be found.

This commit is contained in:
Roland Hedberg
2013-06-19 10:12:32 +02:00
parent c8643ab14d
commit f7c590bc01

View File

@@ -60,7 +60,8 @@ COMMON_ARGS = [
"disable_ssl_certificate_validation",
"referred_binding",
"session_storage",
"entity_category"
"entity_category",
"xmlsec_path"
]
SP_ARGS = [
@@ -161,6 +162,7 @@ class Config(object):
self._homedir = homedir
self.entityid = None
self.xmlsec_binary = None
self.xmlsec_path = []
self.debug = False
self.key_file = None
self.cert_file = None