1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-16 20:23:50 +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 commit is contained in:
Andrew Tridgell
2005-07-19 11:55:35 +00:00
committed by Gerald (Jerry) Carter
parent 4c1d6a97c0
commit 1183f54c8d

View File

@@ -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);