mirror of
https://github.com/samba-team/samba.git
synced 2025-07-27 07:42:04 +03:00
s4-provision: Make BIND9_DLZ as the default backend for DNS
This commit is contained in:
@ -626,7 +626,7 @@ Please fix this account before attempting to upgrade again
|
||||
raise ProvisioningError("Please remove duplicate sid entries before upgrade.")
|
||||
|
||||
if serverrole == "ROLE_DOMAIN_BDC" or serverrole == "ROLE_DOMAIN_PDC":
|
||||
dns_backend = "BIND9_FLATFILE"
|
||||
dns_backend = "BIND9_DLZ"
|
||||
else:
|
||||
dns_backend = "NONE"
|
||||
|
||||
|
Reference in New Issue
Block a user