summaryrefslogtreecommitdiffstats
path: root/ipaplatform/base
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2014-11-11 13:00:18 +0100
committerJan Cholasta <jcholast@redhat.com>2014-11-18 18:49:42 +0000
commit7c176b708eb855ea8774ad36ba72fd31952a8895 (patch)
treef3dcea465d1cb229720e0a0275c8938545833d98 /ipaplatform/base
parent4c670919a5b15b70ff6efb50e9bb60eb45cecdba (diff)
downloadfreeipa-7c176b708eb855ea8774ad36ba72fd31952a8895.tar.gz
freeipa-7c176b708eb855ea8774ad36ba72fd31952a8895.tar.xz
freeipa-7c176b708eb855ea8774ad36ba72fd31952a8895.zip
Fix named working directory permissions
Just adding dir to specfile doesnt work, because is not guarantee the named is installed, during RPM installation. Ticket: https://fedorahosted.org/freeipa/ticket/4716 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'ipaplatform/base')
-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 90dfdef0c..b95c757ec 100644
--- a/ipaplatform/base/paths.py
+++ b/ipaplatform/base/paths.py
@@ -190,6 +190,7 @@ class BasePathNamespace(object):
BIN_WGET = "/usr/bin/wget"
ZIP = "/usr/bin/zip"
BIND_LDAP_SO = "/usr/lib/bind/ldap.so"
+ BIND_LDAP_DNS_IPA_WORKDIR = "/var/named/dyndb-ldap/ipa/"
BIND_LDAP_DNS_ZONE_WORKDIR = "/var/named/dyndb-ldap/ipa/master/"
USR_LIB_DIRSRV = "/usr/lib/dirsrv"
USR_LIB_SLAPD_INSTANCE_TEMPLATE = "/usr/lib/dirsrv/slapd-%s"