s4:samr Push most of samr_QueryGroupMember into a helper function
authorAndrew Bartlett <abartlet@samba.org>
Thu, 20 May 2010 22:42:21 +0000 (08:42 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 24 May 2010 13:08:49 +0000 (23:08 +1000)
commitc6ffd884d95eadf634b2e596d8fe5cb952f52ee2
tree5a1baf900288880f65c87f6a51d81616a2ed3dc8
parent20d2847492f9ccdb159df91315be9dcc142b5d83
s4:samr Push most of samr_QueryGroupMember into a helper function

This is a rewrite of the group membership lookup code, using the
stored extended DNs to avoid doing the lookup into each member to find
the SID

By splitting this out, the logic is able to be shared, rather than
copied, into a passdb wrapper.

Andrew Bartlett
source4/dsdb/common/util_samr.c
source4/rpc_server/samr/dcesrv_samr.c