1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-18 00:23:50 +03:00

r9770: Couple other bugfixes

Update TODO-list
(This used to be commit d9541535e3)
This commit is contained in:
Jelmer Vernooij
2005-08-30 00:41:02 +00:00
committed by Gerald (Jerry) Carter
parent 3719422441
commit 7be4cf8c1d
9 changed files with 79 additions and 106 deletions

View File

@@ -164,14 +164,13 @@ function setup_ldb(ldif, dbname, subobj)
erase = arguments[4];
}
var dbfile = dbname;
var src = lp.get("setup directory") + "/" + ldif;
var data = sys.file_load(src);
data = data + extra;
data = substitute_var(data, subobj);
var ok = ldb.connect(dbfile);
var ok = ldb.connect(dbname);
assert(ok);
if (erase) {