]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4-upgradeprovision: Use ntvfs in reference provision
authorAndrew Bartlett <abartlet@samba.org>
Thu, 23 Aug 2012 07:27:50 +0000 (17:27 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 23 Aug 2012 13:02:25 +0000 (15:02 +0200)
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

source4/scripting/python/samba/upgradehelpers.py

index 14cc907cbd099b22d216ea8f3c2271729ccdf2dc..b0ad3d66079bfc9b69c539cd259fc4c312cd87d2 100644 (file)
@@ -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):