mirror of
https://github.com/samba-team/samba.git
synced 2025-11-19 04:23:48 +03:00
r8603: we have to use the same db name as the rest of smbd uses so the ldb connect
works when already open
(This used to be commit 1183f54c8d)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
da88ef65e0
commit
8f16aa6c17
@@ -146,7 +146,7 @@ function setup_ldb(ldif, dbname, subobj)
|
||||
extra = arguments[3];
|
||||
}
|
||||
|
||||
var dbfile = lpGet("private dir") + "/" + dbname;
|
||||
var dbfile = dbname;
|
||||
var src = lpGet("setup directory") + "/" + ldif;
|
||||
|
||||
var data = sys.file_load(src);
|
||||
|
||||
Reference in New Issue
Block a user