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)
commit1ba602e32ba116016af6fb72e5929cdc026c8f0d
tree6397917b7aab390a31d75d02e17ae065a4679e86
parent5654330b6100a7291cee3631815cfb898100cf23
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);
source/web_server/calls.c