From e8a2abd548b594e6f22f38445ee32bcaa7f27303 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Mon, 19 Dec 2016 13:12:19 +0100 Subject: 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 --- ipaplatform/redhat/paths.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipaplatform') 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' -- cgit