From: Andrew Tridgell Date: Tue, 19 Jul 2005 11:55:35 +0000 (+0000) Subject: r8603: we have to use the same db name as the rest of smbd uses so the ldb connect X-Git-Tag: samba-4.0.0alpha6~801^3~9781 X-Git-Url: http://git.samba.org/samba.git/?p=bbaumbach%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=8f16aa6c179a6157a4fbece3b30ef6ebfb3f5562 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 1183f54c8dee28c136b4dc72bc059a6175fe09e4) --- diff --git a/source4/scripting/libjs/provision.js b/source4/scripting/libjs/provision.js index 5ce9c8886fa..d3b94c1d1c4 100644 --- a/source4/scripting/libjs/provision.js +++ b/source4/scripting/libjs/provision.js @@ -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);