s4-dsdb: added dsdb_search_by_dn_guid()
authorAndrew Tridgell <tridge@samba.org>
Sat, 2 Oct 2010 02:04:44 +0000 (19:04 -0700)
committerAndrew Tridgell <tridge@samba.org>
Sat, 2 Oct 2010 04:09:51 +0000 (21:09 -0700)
commitee15dc96926f505ba7f01ccfcfc2959b507f2b96
treedd3ad0a514ee469340a9e534e61bd077f8456670
parent76232a40d844dc37720e07ee0f2131526a1a6942
s4-dsdb: added dsdb_search_by_dn_guid()

this is more efficient than first searching for the DN, then doing a
search. We should look at using this in lots of existing code

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/common/util.c