diff options
author | Amitay Isaacs <amitay@gmail.com> | 2011-11-25 15:43:53 +1100 |
---|---|---|
committer | Amitay Isaacs <amitay@gmail.com> | 2011-11-29 16:00:36 +1100 |
commit | 1e935d1bdc095187b68cd93ff8a1ee9498f8ad11 (patch) | |
tree | c4574d50bfc68a0539d695fee84966cbff962021 /source4/scripting/python/samba/upgrade.py | |
parent | 7ac5c5061eafa3f6b3c85ab68eefc007564cadcb (diff) | |
download | samba-1e935d1bdc095187b68cd93ff8a1ee9498f8ad11.tar.gz samba-1e935d1bdc095187b68cd93ff8a1ee9498f8ad11.tar.xz samba-1e935d1bdc095187b68cd93ff8a1ee9498f8ad11.zip |
s4-provision: Make BIND9_DLZ as the default backend for DNS
Diffstat (limited to 'source4/scripting/python/samba/upgrade.py')
-rw-r--r-- | source4/scripting/python/samba/upgrade.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/upgrade.py b/source4/scripting/python/samba/upgrade.py index bf912018eb..3a428604cb 100644 --- a/source4/scripting/python/samba/upgrade.py +++ b/source4/scripting/python/samba/upgrade.py @@ -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" |