summaryrefslogtreecommitdiffstats
path: root/source/VERSION
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-15 05:40:34 +0000
committerAndrew Tridgell <tridge@samba.org>2005-07-15 05:40:34 +0000
commite70a52d5dab1c7b1fcf2bb3b2848ea086f970527 (patch)
treedf92d399c5ec146a91338c9893b0ac0c68411f20 /source/VERSION
parent41dec4d0c3bd775763f6cc776f4413a1fdf2a5f1 (diff)
downloadsamba-e70a52d5dab1c7b1fcf2bb3b2848ea086f970527.tar.gz
samba-e70a52d5dab1c7b1fcf2bb3b2848ea086f970527.tar.xz
samba-e70a52d5dab1c7b1fcf2bb3b2848ea086f970527.zip
r8481: switched ldb ejs called over to an OO interface, so you do:
var ldb = ldb_init(); res = ldb.search(dbfile, "(objectClass=user)"); you can also do: ldbSearch = ldb.search; res = ldbSearch(dbfile, "(objectClass=user)"); if you want the old interface (ie. you can use this to import functions into the global or local namespace).
Diffstat (limited to 'source/VERSION')
0 files changed, 0 insertions, 0 deletions