summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Aaltonen <tjaalton@debian.org>2017-03-14 16:43:22 +0200
committerMartin Basti <mbasti@redhat.com>2017-03-14 17:09:10 +0100
commit71db8c264e38502e80f05e9cb234185049450b62 (patch)
tree41393ab77ceffc049f4aa655d15a9744aff76fec
parent1a47fcd3ee7fe2878c77de0729e422c40a457600 (diff)
downloadfreeipa-71db8c264e38502e80f05e9cb234185049450b62.tar.gz
freeipa-71db8c264e38502e80f05e9cb234185049450b62.tar.xz
freeipa-71db8c264e38502e80f05e9cb234185049450b62.zip
ipaplatform/debian/paths: Add IPA_HTTPD_KDCPROXY.
Reviewed-By: Martin Basti <mbasti@redhat.com>
-rw-r--r--ipaplatform/debian/paths.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipaplatform/debian/paths.py b/ipaplatform/debian/paths.py
index ad0e13cb9..1f1b9a7ca 100644
--- a/ipaplatform/debian/paths.py
+++ b/ipaplatform/debian/paths.py
@@ -71,6 +71,7 @@ class DebianPathNamespace(BasePathNamespace):
GENERATE_RNDC_KEY = "/bin/true"
IPA_DNSKEYSYNCD_REPLICA = "/usr/lib/ipa/ipa-dnskeysync-replica"
IPA_DNSKEYSYNCD = "/usr/lib/ipa/ipa-dnskeysyncd"
+ IPA_HTTPD_KDCPROXY = "/usr/lib/ipa/ipa-httpd-kdcproxy"
IPA_ODS_EXPORTER = "/usr/lib/ipa/ipa-ods-exporter"
HTTPD = "/usr/sbin/apache2ctl"
REMOVE_DS_PL = "/usr/sbin/remove-ds"