summaryrefslogtreecommitdiffstats
path: root/ipaplatform
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2015-09-01 16:17:16 +0200
committerMartin Basti <mbasti@redhat.com>2015-09-03 18:15:58 +0200
commite7a876d88a0ed07de69d9654ebdbf8ebb7bda364 (patch)
treeb2aa24ee8f4de50d29821dc032acd540807bad1b /ipaplatform
parentb6435f2cc6fb803869776c57c7bc9b8ebffd92fd (diff)
downloadfreeipa-e7a876d88a0ed07de69d9654ebdbf8ebb7bda364.tar.gz
freeipa-e7a876d88a0ed07de69d9654ebdbf8ebb7bda364.tar.xz
freeipa-e7a876d88a0ed07de69d9654ebdbf8ebb7bda364.zip
DNSSEC: remove ccache and keytab of ipa-ods-exporter
Reusing old ccache after reinstall causes authentication error. And prevents DNSSEC from working. Related to ticket: https://fedorahosted.org/freeipa/ticket/5273 Reviewed-By: Petr Spacek <pspacek@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 5c8f25d6e..a407c1273 100644
--- a/ipaplatform/base/paths.py
+++ b/ipaplatform/base/paths.py
@@ -333,6 +333,7 @@ class BasePathNamespace(object):
NAMED_RUN = "/var/named/data/named.run"
VAR_OPENDNSSEC_DIR = "/var/opendnssec"
OPENDNSSEC_KASP_DB = "/var/opendnssec/kasp.db"
+ IPA_ODS_EXPORTER_CCACHE = "/var/opendnssec/tmp/ipa-ods-exporter.ccache"
VAR_RUN_DIRSRV_DIR = "/var/run/dirsrv"
KRB5CC_HTTPD = "/var/run/httpd/ipa/krbcache/krb5ccache"
IPA_RENEWAL_LOCK = "/var/run/ipa/renewal.lock"