mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
8cf0241459
winbind asks dcerpc_samr_LookupRids in one batch, where samr.idl has
NTSTATUS samr_LookupRids(
[in,ref] policy_handle *domain_handle,
[in,range(0,1000)] uint32 num_rids,
[in,size_is(1000),length_is(num_rids)] uint32 rids[],
[out,ref] lsa_Strings *names,
[out,ref] samr_Ids *types
);
limiting num_rids to 1000 entries. Test this.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15366
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit
|
||
---|---|---|
.. | ||
provisions | ||
win | ||
test_samba3dump.sh | ||
test_w2k3_file.sh | ||
test_w2k3.sh | ||
test_win.sh | ||
tests_win2k3_dc.sh | ||
tests_win.sh | ||
tests.py |