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)
commitbe6ef043a3f811e6b08d3e5fe7094a72d974134a
tree9027bb16016e2743c99af349b5f115526c004c88
parent5fea6e0d9ae671ea00292b66a2608b3ee954f917
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
source/dsdb/samdb/cracknames.c