File mozilla-ntlm-full-path.patch of Package MozillaFirefox.11624
# HG changeset patch
# User Petr Cerny <pcerny@novell.com>
# Date 1560926114 -7200
# Wed Jun 19 08:35:14 2019 +0200
# Node ID a8c399aa2bde9caf955d9af8f5fbb4cd47a67d66
# Parent a77db28598398ebc380633ae551bcc6dc1a86ad4
Bug 634334 - call to the ntlm_auth helper fails
diff -r a77db2859839 -r a8c399aa2bde extensions/auth/nsAuthSambaNTLM.cpp
--- a/extensions/auth/nsAuthSambaNTLM.cpp Wed Jun 19 08:35:11 2019 +0200
+++ b/extensions/auth/nsAuthSambaNTLM.cpp Wed Jun 19 08:35:14 2019 +0200
@@ -161,7 +161,7 @@
const char* username = PR_GetEnv("USER");
if (!username) return NS_ERROR_FAILURE;
- const char* const args[] = {"ntlm_auth",
+ const char* const args[] = {"/usr/bin/ntlm_auth",
"--helper-protocol",
"ntlmssp-client-1",
"--use-cached-creds",