mirror of
https://github.com/samba-team/samba.git
synced 2025-07-29 15:42:04 +03:00
s3_upgrade: Set lock directory to correct directory
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
eebb37c9b2
commit
76ff9bffd8
@ -562,6 +562,7 @@ def upgrade_from_samba3(samba3, logger, targetdir, session_info=None):
|
||||
new_lp_ctx.load(result.lp.configfile)
|
||||
new_lp_ctx.set("private dir", result.lp.get("private dir"))
|
||||
new_lp_ctx.set("state directory", result.lp.get("state directory"))
|
||||
new_lp_ctx.set("lock directory", result.lp.get("lock directory"))
|
||||
|
||||
# Connect to samba4 backend
|
||||
s4_passdb = passdb.PDB(new_lp_ctx.get("passdb backend"))
|
||||
|
Reference in New Issue
Block a user