]> git.ipfire.org Git - thirdparty/samba.git/commit
CVE-2022-37966 selftest: Don't strictly check etype-info when obtaining a TGT
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 23 Nov 2022 02:15:40 +0000 (15:15 +1300)
committerStefan Metzmacher <metze@samba.org>
Tue, 13 Dec 2022 23:48:48 +0000 (00:48 +0100)
commitfed97f46265834f53a895de2460d01321b6f32a7
tree20533359f702bc82c0ad87cea138dbfff0fb0990
parent07edcef7463103ebb9d3eb6e25c945c1abf1e5d2
CVE-2022-37966 selftest: Don't strictly check etype-info when obtaining a TGT

This padata type is less well tested in Samba 4.15 than we should like,
and hence the encryption type tests reveal some inconsistencies that
cause the tests to fail. Not strictly checking them in these tests
allows them to continue passing.

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

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
[This is 4.15 only]
python/samba/tests/krb5/kdc_base_test.py
python/samba/tests/krb5/raw_testcase.py