mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
provision: BIND 9.13.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>
This commit is contained in:
parent
cdb6c5d1ec
commit
9527861882
@ -974,6 +974,8 @@ def create_named_conf(paths, realm, dnsdomain, dns_backend, logger):
|
||||
bind9_12 = ''
|
||||
elif bind_info.upper().find('BIND 9.7') != -1:
|
||||
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.")
|
||||
else:
|
||||
logger.warning("BIND version unknown, please modify %s manually." % paths.namedconf)
|
||||
setup_file(setup_path("named.conf.dlz"), paths.namedconf, {
|
||||
|
Loading…
Reference in New Issue
Block a user