1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-05 12:23:50 +03:00
Files
samba-mirror/source
Andrew Tridgell 1ba602e32b 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);
2007-10-10 13:17:09 -05:00
..
2007-10-10 12:50:40 -05:00
2007-10-10 13:10:55 -05:00