r25957: Rework the cracknames code to use less gendb_search() and instead call
authorAndrew Bartlett <abartlet@samba.org>
Thu, 15 Nov 2007 00:12:10 +0000 (01:12 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:45:17 +0000 (05:45 +0100)
commit3f7dcaceba0adbc4a436780bad776255425bf1b2
treeb593824a5b9bda9dee2bc71e1346bfaf472f9f3a
parent36a1640b277c88c6725b8325e43e309a20e7a94f
r25957: Rework the cracknames code to use less gendb_search() and instead call

ldb_search_exp_fmt().  While it is a bit more verbose to code with, it
returns better error codes, and allows us to handle the case where the
base DN doesn't exist better.

Andrew Bartlett
(This used to be commit be6ef043a3f811e6b08d3e5fe7094a72d974134a)
source4/dsdb/samdb/cracknames.c