]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
provision: BIND 9.15.x is not supported
authorAmitay Isaacs <amitay@gmail.com>
Sun, 13 Sep 2020 23:45:04 +0000 (09:45 +1000)
committerKarolin Seeger <kseeger@samba.org>
Mon, 26 Oct 2020 12:17:33 +0000 (12:17 +0000)
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 4d09797652059c3ed5b2a4f94f2181ce14d39972)

python/samba/provision/sambadns.py

index 2ef9320ba7de91c5e566d7d83308554e2d81cdfd..2827309694b7d5b14a372bab4d8808a773f86f94 100644 (file)
@@ -979,6 +979,8 @@ def create_named_conf(paths, realm, dnsdomain, dns_backend, logger):
             raise ProvisioningError("DLZ option incompatible with BIND 9.7.")
         elif bind_info.upper().find('BIND_9.13') != -1:
             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.")
         else:
             logger.warning("BIND version unknown, please modify %s manually." % paths.namedconf)
         setup_file(setup_path("named.conf.dlz"), paths.namedconf, {