1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

tests/auth_log: Add support for new ‘KDC Authorization’ log type

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-06-14 16:35:26 +12:00 committed by Andrew Bartlett
parent e2d925f5a5
commit 7f77107053

View File

@ -94,6 +94,7 @@ class AuthLogTestBase(samba.tests.TestCase):
supported_types = {
"Authentication",
"Authorization",
"KDC Authorization",
}
message_type = message["type"]
if message_type in supported_types: