1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

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
This commit is contained in:
Andrew Bartlett
2012-08-23 17:27:50 +10:00
parent ccac50c7c4
commit a58ac39a5a

View 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):