r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 rejects
commit03ec1bd9e54b065c0494bc57a3d78ac0ae28e234
authorVolker Lendecke <vlendec@samba.org>
Sun, 20 Feb 2005 15:15:33 +0000 (20 15:15 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:55:42 +0000 (10 10:55 -0500)
treeb0b4757e9885fae2d048dfea69ad42bfed58f1dd
parent43dcf0f5cb5dc2dd37ab3cdc2905970d9cc50ba4
r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 rejects
everything but 1000 here, so there's no point in exposing that to the caller.

Thanks,

Volker
source/nsswitch/winbindd_rpc.c
source/rpc_client/cli_samr.c
source/rpc_server/srv_samr_nt.c
source/rpcclient/cmd_samr.c
source/utils/net_rpc.c