r25247: Rename the rpccli_lsa_lookup_sids_all() function to rpccli_lsa_lookup_sids()
authorMichael Adam <obnox@samba.org>
Wed, 19 Sep 2007 22:11:09 +0000 (22:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:30:54 +0000 (12:30 -0500)
commit1194d4f36ef720747e62dde31881c295e44e4a76
tree9c3169b622d58b62c586cdcdd40026ea9db8c068
parentaf91f4fd08aae117d9b48eade4d49762c9634cbc
r25247: Rename the rpccli_lsa_lookup_sids_all() function to rpccli_lsa_lookup_sids()
and remove the old rpccli_lsa_lookup_sids() function. The old function would
fail due to server limits when requesting to resolve too many sids at once
(20480 for W2k3). The new version passes the list of sids in hunks to the
server. It has up to now been used (and tested) in the winbindd_ads
lookup_groupmem() function, and I think the time has come to replace the actual
function with this correct version.

Michael
source/rpc_client/cli_lsarpc.c
source/winbindd/winbindd_ads.c