1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-12 12:23:50 +03:00

selftest: Add test of NDR marshalling from python, starting with wbint

These patches are to address an issue unpacking a very large
winbind.wbint_Principals array (100,000).

We need the NDR_TOKEN_MAX_LIST_SIZE value exposed as
otherwise a well-meaning incrase of this value would
invalidate the test.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14710

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Andrew Bartlett
2021-05-25 21:12:44 +12:00
committed by Douglas Bagnall
parent e583140e81
commit 0cc4478070
9 changed files with 454 additions and 1 deletions

View File

@@ -99,6 +99,7 @@ def build(bld):
%s
samba-util
netif
ndr
%s
''' % (pyparam_util, pytalloc_util),
realname='samba/_glue.so')