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)
commit6f5869461cb0a1ac0bdba931a7f7469503154ce3
tree275860ac2a3f799645b2a9f030582e4e55ae501b
parent725cbf6cc67ded9d1a68e2ef946cba22e613e199
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
(This used to be commit 1194d4f36ef720747e62dde31881c295e44e4a76)
source3/rpc_client/cli_lsarpc.c
source3/winbindd/winbindd_ads.c