s4:dsdb Add new functions to help modules do an ldb_search()
authorAndrew Bartlett <abartlet@samba.org>
Fri, 9 Oct 2009 22:06:07 +0000 (09:06 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 12 Oct 2009 05:50:50 +0000 (16:50 +1100)
commit1e5562ff0410c1cedb2279eb7e0362f8d3867972
tree80ab3a044aee652d007c2885c57555b94d34c515
parent1dfa2ed42361bb8d22446513a85f0523a740982c
s4:dsdb Add new functions to help modules do an ldb_search()

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
source4/dsdb/samdb/ldb_modules/config.mk
source4/dsdb/samdb/ldb_modules/naming_fsmo.c
source4/dsdb/samdb/ldb_modules/pdc_fsmo.c
source4/dsdb/samdb/ldb_modules/util.c [new file with mode: 0644]
source4/dsdb/samdb/ldb_modules/util.h [new file with mode: 0644]