mirror of
https://github.com/samba-team/samba.git
synced 2025-03-20 22:50:26 +03:00
python/tests: use explicit "client ipc max protocol = NT1" for samba.tests.net_join_no_spnego
The tests rely on SMB1. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13308 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org> (cherry picked from commit 802e43bf742e756896fa73fcd139feca9ae293dd)
This commit is contained in:
parent
373406a18e
commit
25405ee6c1
@ -42,6 +42,7 @@ class NetJoinNoSpnegoTests(samba.tests.TestCaseInTempDir):
|
||||
super(NetJoinNoSpnegoTests, self).tearDown()
|
||||
|
||||
def test_net_join_no_spnego(self):
|
||||
self.lp.set("client ipc max protocol", "NT1")
|
||||
self.lp.set("client use spnego", "no")
|
||||
netbios_name = "NetJoinNoSpnego"
|
||||
machinepass = "abcdefghij"
|
||||
@ -65,6 +66,7 @@ class NetJoinNoSpnegoTests(samba.tests.TestCaseInTempDir):
|
||||
self.fail("Shoud have rejected NTLMv2 without SPNEGO")
|
||||
|
||||
def test_net_join_no_spnego_ntlmv1(self):
|
||||
self.lp.set("client ipc max protocol", "NT1")
|
||||
self.lp.set("client use spnego", "no")
|
||||
self.lp.set("client ntlmv2 auth", "no")
|
||||
netbios_name = "NetJoinNoSpnego"
|
||||
|
Loading…
x
Reference in New Issue
Block a user