1
0
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:
Amitay Isaacs
2011-11-25 15:43:53 +11:00
parent 7ac5c5061e
commit 1e935d1bdc
4 changed files with 6 additions and 6 deletions

View File

@ -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"