mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
upgradeprovision: never use xattr it's pointless in this usecase
This commit is contained in:
parent
0cdc39e730
commit
9704249ccc
@ -315,7 +315,7 @@ def newprovision(names,setup_dir,creds,session,smbconf):
|
||||
setup_ds_path=None,
|
||||
nosync=None,
|
||||
dom_for_fun_level=names.domainlevel,
|
||||
ldap_dryrun_mode=None)
|
||||
ldap_dryrun_mode=None,useeadb=True)
|
||||
return provdir
|
||||
|
||||
# This function sorts two DNs in the lexicographical order and put higher level
|
||||
|
Loading…
Reference in New Issue
Block a user