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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user