From 7f771070535bd12d5ad0644893607f5c47c615e9 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Wed, 14 Jun 2023 16:35:26 +1200 Subject: [PATCH] =?UTF-8?q?tests/auth=5Flog:=20Add=20support=20for=20new?= =?UTF-8?q?=20=E2=80=98KDC=20Authorization=E2=80=99=20log=20type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- python/samba/tests/auth_log_base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/samba/tests/auth_log_base.py b/python/samba/tests/auth_log_base.py index a9b2b3fa06b..9f611893cd6 100644 --- a/python/samba/tests/auth_log_base.py +++ b/python/samba/tests/auth_log_base.py @@ -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: