mirror of
https://github.com/samba-team/samba.git
synced 2025-12-24 04:23:53 +03:00
auth logging tests: Add tests for sessionId
Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
52a3318be8
commit
fdf827553a
@@ -115,6 +115,7 @@ class AuthLogTestsNetLogonBadCreds(samba.tests.auth_log_base.AuthLogTestBase):
|
||||
msg["Authorization"]["serviceDescription"])
|
||||
self.assertEquals("ncalrpc", msg["Authorization"]["authType"])
|
||||
self.assertEquals("NONE", msg["Authorization"]["transportProtection"])
|
||||
self.assertTrue(self.is_guid(msg["Authorization"]["sessionId"]))
|
||||
|
||||
def test_netlogon_bad_machine_name(self):
|
||||
self._test_netlogon("bad_name",
|
||||
|
||||
Reference in New Issue
Block a user