summarylogtreecommitdiffstats
path: root/0013-Bug-634334-call-to-the-ntlm_auth-helper-fails.patch
blob: 7faa0196422adbb7a569fffbbfb669d594b449dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Petr Cerny <pcerny@novell.com>
Date: Tue, 15 Feb 2011 00:04:06 +0100
Subject: [PATCH] Bug 634334 - call to the ntlm_auth helper fails

---
 extensions/auth/nsAuthSambaNTLM.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/auth/nsAuthSambaNTLM.cpp b/extensions/auth/nsAuthSambaNTLM.cpp
index e423f4d645ec40a2074421c9d612ec799d3aaa88..636896f285e90c9a123a37092e6e889ee23c168e 100644
--- a/extensions/auth/nsAuthSambaNTLM.cpp
+++ b/extensions/auth/nsAuthSambaNTLM.cpp
@@ -153,7 +153,7 @@ nsresult nsAuthSambaNTLM::SpawnNTLMAuthHelper() {
     options.fds_to_remap.push_back(
         std::pair{fromChildPipeWrite.get(), STDOUT_FILENO});
 
-    std::vector<std::string> argvVec{"ntlm_auth",        "--helper-protocol",
+    std::vector<std::string> argvVec{"/usr/bin/ntlm_auth",        "--helper-protocol",
                                      "ntlmssp-client-1", "--use-cached-creds",
                                      "--username",       username};