summaryrefslogtreecommitdiffstats
path: root/ipaplatform
diff options
context:
space:
mode:
authorTomas Krizek <tkrizek@redhat.com>2016-12-19 13:12:19 +0100
committerMartin Basti <mbasti@redhat.com>2017-02-09 16:34:53 +0100
commite8a2abd548b594e6f22f38445ee32bcaa7f27303 (patch)
tree73f532a8985e6db8859fcb3c4f48a1b2569ff89a /ipaplatform
parentc26dd805bdb020b12346d8cb66638883c1f46b9e (diff)
downloadfreeipa-e8a2abd548b594e6f22f38445ee32bcaa7f27303.tar.gz
freeipa-e8a2abd548b594e6f22f38445ee32bcaa7f27303.tar.xz
freeipa-e8a2abd548b594e6f22f38445ee32bcaa7f27303.zip
named.conf template: update API for bind 9.11
Use the new API for bind 9.11. Removed deprecated "serial_autoincrement" and updated the rest of configuration to conform to the new format. This only fixes new IPA installations. For existing installations, named.conf will be transformed when the new version of bind-dyndb-ldap is installed. https://fedorahosted.org/freeipa/ticket/6565 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipaplatform')
-rw-r--r--ipaplatform/redhat/paths.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipaplatform/redhat/paths.py b/ipaplatform/redhat/paths.py
index aaf71e2d3..91ba9d05e 100644
--- a/ipaplatform/redhat/paths.py
+++ b/ipaplatform/redhat/paths.py
@@ -33,6 +33,7 @@ class RedHatPathNamespace(BasePathNamespace):
if sys.maxsize > 2**32:
LIBSOFTHSM2_SO = BasePathNamespace.LIBSOFTHSM2_SO_64
PAM_KRB5_SO = BasePathNamespace.PAM_KRB5_SO_64
+ BIND_LDAP_SO = BasePathNamespace.BIND_LDAP_SO_64
AUTHCONFIG = '/usr/sbin/authconfig'