mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
3093057d97
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).