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:
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:
|
||||
|
Loading…
Reference in New Issue
Block a user