svn commit: samba r8603 - in branches/SAMBA_4_0/source/scripting/libjs: .

tridge at samba.org tridge at samba.org
Tue Jul 19 11:55:36 GMT 2005


Author: tridge
Date: 2005-07-19 11:55:35 +0000 (Tue, 19 Jul 2005)
New Revision: 8603

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8603

Log:
we have to use the same db name as the rest of smbd uses so the ldb connect 
works when already open








Modified:
   branches/SAMBA_4_0/source/scripting/libjs/provision.js


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/libjs/provision.js
===================================================================
--- branches/SAMBA_4_0/source/scripting/libjs/provision.js	2005-07-19 11:54:33 UTC (rev 8602)
+++ branches/SAMBA_4_0/source/scripting/libjs/provision.js	2005-07-19 11:55:35 UTC (rev 8603)
@@ -146,7 +146,7 @@
 		extra = arguments[3];
 	}
 
-	var dbfile = lpGet("private dir") + "/" + dbname;
+	var dbfile = dbname;
 	var src = lpGet("setup directory") + "/" + ldif;
 
 	var data = sys.file_load(src);



More information about the samba-cvs mailing list