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