1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-20 16:23:51 +03:00

tests/ntlm_auth: Do not set a client_password

This fixes test_ntlmssp_gss_spnego_cached_creds

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Stefan Metzmacher
2024-03-13 10:49:55 +01:00
parent a6b94a690b
commit 52715b461a

View File

@@ -133,7 +133,7 @@ class NTLMAuthHelpersTests(NTLMAuthTestCase):
self.check_exit_code(cache_cmd, 0)
ret = self.run_helper(client_username=self.username,
client_password=self.password,
client_password=None,
client_domain=self.domain,
client_use_cached_creds=True,
client_helper="ntlmssp-client-1",