add gendb_search_single_extended_dn()
authorAndrew Tridgell <tridge@samba.org>
Tue, 2 Jun 2009 07:27:37 +0000 (17:27 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 4 Jun 2009 04:10:11 +0000 (14:10 +1000)
commit8ca8dabe4615416153be9be7be16558e43d17381
tree880fb0f26e8ca7596b07873377b24084f6491c6e
parentda3ee2790089e771689afbebef021a8c8c776306
add gendb_search_single_extended_dn()

This function searches for a single record using a given filter,
adding the extended-dn control so that any returned DNs will have the
GUID and SID fields returned. This will be used in the sam auth code
to prevent us doing a member= search for the groups, which invokes an
unindexed search.
lib/util/util_ldb.c
lib/util/util_ldb.h