mirror of
https://github.com/samba-team/samba.git
synced 2025-12-16 00:23:52 +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:
committed by
Andrew Bartlett
parent
e2d925f5a5
commit
7f77107053
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user