19 lines
784 B
Diff
19 lines
784 B
Diff
# HG changeset patch
|
|
# User Petr Cerny <pcerny@novell.com>
|
|
# Parent 7308e4a7c1f769f4bbbc90870b849cadd99495a6
|
|
# Parent 1c6a565013e4c5f3494f964269783939cd5ed0b8
|
|
Bug 634334 - call to the ntlm_auth helper fails
|
|
|
|
diff --git a/extensions/auth/nsAuthSambaNTLM.cpp b/extensions/auth/nsAuthSambaNTLM.cpp
|
|
--- a/extensions/auth/nsAuthSambaNTLM.cpp
|
|
+++ b/extensions/auth/nsAuthSambaNTLM.cpp
|
|
@@ -160,7 +160,7 @@ nsresult nsAuthSambaNTLM::SpawnNTLMAuthH
|
|
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",
|