r7053: added a ldbSearch() call to esp
authorAndrew Tridgell <tridge@samba.org>
Sat, 28 May 2005 08:48:18 +0000 (08:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:09 +0000 (13:17 -0500)
commitcab11d1fa52a84e4d3651c32f9f7bf55db0e2dcb
tree3aded3d9f013b2317b11bd49b60d5106be804cf3
parent9dc94f8ab86d80735e4c8999bde1e2dd4f42476d
r7053: added a ldbSearch() call to esp

It takes two forms, one with a set of attributes, the other without:

res = ldbSearch("dbfile", "expression");

        var attrs = new Array("attr1", "attr2", "attr3");
res = ldbSearch("dbfile", "expression", attrs);
(This used to be commit 1ba602e32ba116016af6fb72e5929cdc026c8f0d)
source4/web_server/calls.c