diff options
Diffstat (limited to 'ipaplatform')
-rw-r--r-- | ipaplatform/base/paths.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ipaplatform/base/paths.py b/ipaplatform/base/paths.py index 0d2c4c177..38b6c6eec 100644 --- a/ipaplatform/base/paths.py +++ b/ipaplatform/base/paths.py @@ -356,5 +356,9 @@ class BasePathNamespace(object): KDCPROXY_CONFIG = '/etc/ipa/kdcproxy/kdcproxy.conf' CERTMONGER = '/usr/sbin/certmonger' NETWORK_MANAGER_CONFIG_DIR = '/etc/NetworkManager/conf.d' + IPA_CUSTODIA_CONF_DIR = '/etc/ipa/custodia' + IPA_CUSTODIA_CONF = '/etc/ipa/custodia/custodia.conf' + IPA_CUSTODIA_SOCKET = '/run/httpd/ipa-custodia.sock' + IPA_CUSTODIA_AUDIT_LOG = '/var/log/ipa-custodia.audit.log' path_namespace = BasePathNamespace |