1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-10 05:44:20 +03:00

provision: BIND 9.17.x is not supported

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>

Autobuild-User(master): Amitay Isaacs <amitay@samba.org>
Autobuild-Date(master): Thu Sep 24 05:55:43 UTC 2020 on sn-devel-184
This commit is contained in:
Amitay Isaacs
2020-09-14 09:45:50 +10:00
committed by Amitay Isaacs
parent 5b2ccb1c7c
commit 1bccc67ce7

View File

@@ -984,6 +984,8 @@ def create_named_conf(paths, realm, dnsdomain, dns_backend, logger):
raise ProvisioningError("Only stable/esv releases of BIND are supported.")
elif bind_info.upper().find('BIND_9.15') != -1:
raise ProvisioningError("Only stable/esv releases of BIND are supported.")
elif bind_info.upper().find('BIND_9.17') != -1:
raise ProvisioningError("Only stable/esv releases of BIND are supported.")
else:
logger.warning("BIND version unknown, please modify %s manually." % paths.namedconf)
setup_file(setup_path("named.conf.dlz"), paths.namedconf, {