From 1e935d1bdc095187b68cd93ff8a1ee9498f8ad11 Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Fri, 25 Nov 2011 15:43:53 +1100 Subject: s4-provision: Make BIND9_DLZ as the default backend for DNS --- source4/scripting/python/samba/upgradehelpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/scripting/python/samba/upgradehelpers.py') 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, -- cgit