summaryrefslogtreecommitdiffstats
path: root/ipaplatform
diff options
context:
space:
mode:
authorTimo Aaltonen <tjaalton@debian.org>2015-10-03 11:40:15 +0300
committerMartin Basti <mbasti@redhat.com>2015-10-05 17:45:51 +0200
commit7059117ec32bfad8ec802d472b0f7d2b6cb12d2a (patch)
tree101f1211e7f0703f755dbe46f174567038de9f8f /ipaplatform
parentdbfdc1d39b7917236270fe4dff6caf0ccb5cd04c (diff)
downloadfreeipa-7059117ec32bfad8ec802d472b0f7d2b6cb12d2a.tar.gz
freeipa-7059117ec32bfad8ec802d472b0f7d2b6cb12d2a.tar.xz
freeipa-7059117ec32bfad8ec802d472b0f7d2b6cb12d2a.zip
paths: Add GENERATE_RNDC_KEY.
Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipaplatform')
-rw-r--r--ipaplatform/base/paths.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipaplatform/base/paths.py b/ipaplatform/base/paths.py
index a272143d0..0d2c4c177 100644
--- a/ipaplatform/base/paths.py
+++ b/ipaplatform/base/paths.py
@@ -210,6 +210,7 @@ class BasePathNamespace(object):
DOGTAG_IPA_CA_RENEW_AGENT_SUBMIT = "/usr/libexec/certmonger/dogtag-ipa-ca-renew-agent-submit"
DOGTAG_IPA_RENEW_AGENT_SUBMIT = "/usr/libexec/certmonger/dogtag-ipa-renew-agent-submit"
IPA_SERVER_GUARD = "/usr/libexec/certmonger/ipa-server-guard"
+ GENERATE_RNDC_KEY = "/usr/libexec/generate-rndc-key.sh"
IPA_DNSKEYSYNCD_REPLICA = "/usr/libexec/ipa/ipa-dnskeysync-replica"
IPA_DNSKEYSYNCD = "/usr/libexec/ipa/ipa-dnskeysyncd"
IPA_ODS_EXPORTER = "/usr/libexec/ipa/ipa-ods-exporter"