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:
@ -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):
|
||||
|
Reference in New Issue
Block a user