summaryrefslogtreecommitdiffstats
path: root/ipaplatform
diff options
context:
space:
mode:
authorTimo Aaltonen <tjaalton@debian.org>2017-03-14 17:24:56 +0200
committerMartin Basti <mbasti@redhat.com>2017-03-14 17:09:10 +0100
commitc194f74b12a92e3beb01f36b5cbe20255d8247c5 (patch)
tree130324b6f3ce72181ed0cf0d1435bb6d8b291edb /ipaplatform
parent71db8c264e38502e80f05e9cb234185049450b62 (diff)
downloadfreeipa-c194f74b12a92e3beb01f36b5cbe20255d8247c5.tar.gz
freeipa-c194f74b12a92e3beb01f36b5cbe20255d8247c5.tar.xz
freeipa-c194f74b12a92e3beb01f36b5cbe20255d8247c5.zip
ipaplatform/debian/paths: Rename IPA_KEYTAB to OLD_IPA_KEYTAB.
Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipaplatform')
-rw-r--r--ipaplatform/debian/paths.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaplatform/debian/paths.py b/ipaplatform/debian/paths.py
index 1f1b9a7ca..e661a8ddf 100644
--- a/ipaplatform/debian/paths.py
+++ b/ipaplatform/debian/paths.py
@@ -26,7 +26,7 @@ class DebianPathNamespace(BasePathNamespace):
HTTPD_IPA_REWRITE_CONF = "/etc/apache2/conf-available/ipa-rewrite.conf"
HTTPD_IPA_CONF = "/etc/apache2/conf-enabled/ipa.conf"
HTTPD_NSS_CONF = "/etc/apache2/mods-available/nss.conf"
- IPA_KEYTAB = "/etc/apache2/ipa.keytab"
+ OLD_IPA_KEYTAB = "/etc/apache2/ipa.keytab"
HTTPD_PASSWORD_CONF = "/etc/apache2/password.conf"
NAMED_CONF = "/etc/bind/named.conf"
NAMED_VAR_DIR = "/var/cache/bind"