0bcd21
diff -up firefox-31.3.0/mozilla-esr31/extensions/auth/nsAuthSambaNTLM.cpp.old firefox-31.3.0/mozilla-esr31/extensions/auth/nsAuthSambaNTLM.cpp
0bcd21
--- firefox-31.3.0/mozilla-esr31/extensions/auth/nsAuthSambaNTLM.cpp.old	2014-11-25 12:23:22.000000000 +0100
0bcd21
+++ firefox-31.3.0/mozilla-esr31/extensions/auth/nsAuthSambaNTLM.cpp	2014-12-23 15:26:36.606674625 +0100
0bcd21
@@ -174,7 +174,7 @@ nsAuthSambaNTLM::SpawnNTLMAuthHelper()
0bcd21
         return NS_ERROR_FAILURE;
0bcd21
 
0bcd21
     const char* const args[] = {
0bcd21
-        "ntlm_auth",
0bcd21
+        "/usr/bin/ntlm_auth",
0bcd21
         "--helper-protocol", "ntlmssp-client-1",
0bcd21
         "--use-cached-creds",
0bcd21
         "--username", username,