summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/util.h
AgeCommit message (Collapse)AuthorFilesLines
2009-10-12s4:dsdb Add new functions to help modules do an ldb_search()Andrew Bartlett1-0/+22
These take an ldb_module argument, and avoid doing the search from the top of the stack again. (This will help when modules are initialised before being added to the partition set) Andrew Bartlett