From: Andrew Bartlett Date: Thu, 23 Aug 2012 07:27:50 +0000 (+1000) Subject: s4-upgradeprovision: Use ntvfs in reference provision X-Git-Tag: samba-4.0.0beta7~75 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a58ac39a5ae97b3aebfde10466798b41baccaacf;p=thirdparty%2Fsamba.git s4-upgradeprovision: Use ntvfs in reference provision We do not need filesystem ACLs set when creating the reference provision, so it is easier to use the NTVFS backend as it does not cause trouble with make test. Andrew Bartlett --- diff --git a/source4/scripting/python/samba/upgradehelpers.py b/source4/scripting/python/samba/upgradehelpers.py index 14cc907cbd0..b0ad3d66079 100644 --- 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): backend_type=None, ldapadminpass=None, ol_mmr_urls=None, slapd_path=None, dom_for_fun_level=names.domainlevel, dns_backend=dns_backend, - useeadb=True) + useeadb=True, use_ntvfs=True) def dn_sort(x, y):