From: Stefan Metzmacher Date: Wed, 13 Mar 2024 09:49:55 +0000 (+0100) Subject: tests/ntlm_auth: Do not set a client_password X-Git-Tag: tdb-1.4.11~795 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52715b461a8be25af7d24f87f9a3b78421ff1424;p=thirdparty%2Fsamba.git tests/ntlm_auth: Do not set a client_password This fixes test_ntlmssp_gss_spnego_cached_creds Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- diff --git a/python/samba/tests/ntlm_auth.py b/python/samba/tests/ntlm_auth.py index fc5fa206f5c..c0e1e9a9df4 100644 --- a/python/samba/tests/ntlm_auth.py +++ b/python/samba/tests/ntlm_auth.py @@ -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",