summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/upgradehelpers.py
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2011-11-25 15:43:53 +1100
committerAmitay Isaacs <amitay@gmail.com>2011-11-29 16:00:36 +1100
commit1e935d1bdc095187b68cd93ff8a1ee9498f8ad11 (patch)
treec4574d50bfc68a0539d695fee84966cbff962021 /source4/scripting/python/samba/upgradehelpers.py
parent7ac5c5061eafa3f6b3c85ab68eefc007564cadcb (diff)
downloadsamba-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/upgradehelpers.py')
-rwxr-xr-xsource4/scripting/python/samba/upgradehelpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/upgradehelpers.py b/source4/scripting/python/samba/upgradehelpers.py
index 3d1aa7a23a7..2c7191e7079 100755
--- a/source4/scripting/python/samba/upgradehelpers.py
+++ b/source4/scripting/python/samba/upgradehelpers.py
@@ -256,7 +256,7 @@ def newprovision(names, creds, session, smbconf, provdir, logger):
shutil.rmtree(provdir)
os.mkdir(provdir)
logger.info("Provision stored in %s", provdir)
- dns_backend="BIND9_FLATFILE"
+ dns_backend="BIND9_DLZ"
provision(logger, session, creds, smbconf=smbconf,
targetdir=provdir, samdb_fill=FILL_FULL, realm=names.realm,
domain=names.domain, domainguid=names.domainguid,