s4-dsdb: replace dsdb_find_dn_by_guid() with a dsdb_search() call
authorAndrew Tridgell <tridge@samba.org>
Tue, 16 Feb 2010 04:15:35 +0000 (15:15 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 16 Feb 2010 10:10:51 +0000 (21:10 +1100)
commit8f4a34272eb26e7c86ce8c0e158b5f6eabd10234
tree4206d15104b4b1b7651b11eb39f32ff73f194aef
parente9be1fc41d8f541efb447e373ae089cab3b19586
s4-dsdb: replace dsdb_find_dn_by_guid() with a dsdb_search() call

much simpler code by using dsdb_flags

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