tests/ntlm_auth: Do not set a client_password
authorStefan Metzmacher <metze@samba.org>
Wed, 13 Mar 2024 09:49:55 +0000 (10:49 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 14 May 2024 10:18:31 +0000 (10:18 +0000)
This fixes test_ntlmssp_gss_spnego_cached_creds

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
python/samba/tests/ntlm_auth.py

index fc5fa206f5cd00c749cc822d68f38a1b5c5f9224..c0e1e9a9df4253aba9e6d179e81c451ae661a507 100644 (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",