mirror of
https://github.com/samba-team/samba.git
synced 2025-07-09 20:59:11 +03:00
s4-provision: fixed eadb automatic and manual setting in provision
we should not set posix:eadb in lp in the acl native test code Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
@ -590,7 +590,7 @@ def make_smbconf(smbconf, setup_path, hostname, domain, realm, serverrole,
|
||||
#Load non-existant file
|
||||
if os.path.exists(smbconf):
|
||||
lp.load(smbconf)
|
||||
if eadb:
|
||||
if eadb and not lp.get("posix:eadb"):
|
||||
if targetdir is not None:
|
||||
privdir = os.path.join(targetdir, "private")
|
||||
else:
|
||||
|
Reference in New Issue
Block a user