2019-01-28 13:53:26 +00:00
|
|
|
diff -up firefox-60.5.0/extensions/auth/nsAuthSambaNTLM.cpp.rhbz-1173156 firefox-60.5.0/extensions/auth/nsAuthSambaNTLM.cpp
|
|
|
|
--- firefox-60.5.0/extensions/auth/nsAuthSambaNTLM.cpp.rhbz-1173156 2019-01-22 10:36:09.284069020 +0100
|
|
|
|
+++ firefox-60.5.0/extensions/auth/nsAuthSambaNTLM.cpp 2019-01-22 10:37:12.669757744 +0100
|
|
|
|
@@ -161,7 +161,7 @@ nsresult nsAuthSambaNTLM::SpawnNTLMAuthH
|
|
|
|
const char* username = PR_GetEnv("USER");
|
|
|
|
if (!username) return NS_ERROR_FAILURE;
|
2014-12-23 14:43:44 +00:00
|
|
|
|
2019-01-28 13:53:26 +00:00
|
|
|
- const char* const args[] = {"ntlm_auth",
|
|
|
|
+ const char* const args[] = {"/usr/bin/ntlm_auth",
|
|
|
|
"--helper-protocol",
|
|
|
|
"ntlmssp-client-1",
|
|
|
|
"--use-cached-creds",
|