File mozilla-ntlm-full-path.patch of Package MozillaFirefox.11697
# HG changeset patch
# User Petr Cerny <pcerny@novell.com>
# Date 1558421102 -7200
# Tue May 21 08:45:02 2019 +0200
# Node ID 82527c613c1851148947aa24cce208dde03656b5
# Parent 319c6b6e988f4559fd8c22e99ad094dc6d454281
Bug 634334 - call to the ntlm_auth helper fails
diff -r 319c6b6e988f -r 82527c613c18 extensions/auth/nsAuthSambaNTLM.cpp
--- a/extensions/auth/nsAuthSambaNTLM.cpp Tue May 21 08:44:59 2019 +0200
+++ b/extensions/auth/nsAuthSambaNTLM.cpp Tue May 21 08:45:02 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",