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

selftest: Add python test that verifies that we can parse a PAC

This give us a building block to test the PAC claims format

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Andrew Bartlett
2023-03-27 14:19:51 +13:00
parent 03d9b7b8b6
commit 2cba54ba30
3 changed files with 61 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ EXCLUDE_USAGE = {
'lib/compression/tests/scripts/three-byte-hash',
'python/samba/tests/krb5/etype_tests.py',
'python/samba/tests/krb5/device_tests.py',
'python/samba/tests/krb5/claims_in_pac.py',
}
EXCLUDE_HELP = {