summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2020-09-11 12:26:21 +1000
committerKarolin Seeger <kseeger@samba.org>2020-10-27 08:22:03 +0000
commit4e65cc6058e35e8b99c80be839d73dbadfea05c9 (patch)
treec5712b3e8d04f4296fae273d306078dfca541f5a /source4
parent63d94da74a6592a8e465dda4c3b85c9024d9af46 (diff)
downloadsamba-4e65cc6058e35e8b99c80be839d73dbadfea05c9.tar.gz
provision: Add support for BIND 9.14.x
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14487 Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Rowland Penny <rpenny@samba.org> (cherry picked from commit 016c1174ef783990f93e348ee82f5c989c43cbbf)
Diffstat (limited to 'source4')
-rw-r--r--source4/setup/named.conf.dlz3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/setup/named.conf.dlz b/source4/setup/named.conf.dlz
index 9341d7ea615..420e7b7c88d 100644
--- a/source4/setup/named.conf.dlz
+++ b/source4/setup/named.conf.dlz
@@ -24,5 +24,8 @@ dlz "AD DNS Zone" {
# For BIND 9.12.x
${BIND9_12} database "dlopen ${MODULESDIR}/bind9/dlz_bind9_12.so";
+
+ # For BIND 9.14.x
+ ${BIND9_14} database "dlopen ${MODULESDIR}/bind9/dlz_bind9_14.so";
};