diff options
author | Martin Stransky <stransky@anakreon.cz> | 2014-12-23 15:43:44 +0100 |
---|---|---|
committer | Martin Stransky <stransky@anakreon.cz> | 2014-12-23 15:43:44 +0100 |
commit | 537c1d37791b28b1bb599b561579b3286716475c (patch) | |
tree | 5c4fcd7c49ac8c3d08f4b2603e307832ed04fa91 /rhbz-1173156.patch | |
parent | Gtk3 - Workaround for Firefox freeze when accessibility is enabled (diff) | |
download | librewolf-fedora-ff-537c1d37791b28b1bb599b561579b3286716475c.tar.gz librewolf-fedora-ff-537c1d37791b28b1bb599b561579b3286716475c.tar.bz2 librewolf-fedora-ff-537c1d37791b28b1bb599b561579b3286716475c.zip |
Added fix for rhbz#1173156 - Native NTLM authentication on Linux unsupported
Diffstat (limited to 'rhbz-1173156.patch')
-rw-r--r-- | rhbz-1173156.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/rhbz-1173156.patch b/rhbz-1173156.patch new file mode 100644 index 0000000..9855710 --- /dev/null +++ b/rhbz-1173156.patch @@ -0,0 +1,12 @@ +diff -up firefox-31.3.0/mozilla-esr31/extensions/auth/nsAuthSambaNTLM.cpp.old firefox-31.3.0/mozilla-esr31/extensions/auth/nsAuthSambaNTLM.cpp +--- firefox-31.3.0/mozilla-esr31/extensions/auth/nsAuthSambaNTLM.cpp.old 2014-11-25 12:23:22.000000000 +0100 ++++ firefox-31.3.0/mozilla-esr31/extensions/auth/nsAuthSambaNTLM.cpp 2014-12-23 15:26:36.606674625 +0100 +@@ -174,7 +174,7 @@ nsAuthSambaNTLM::SpawnNTLMAuthHelper() + return NS_ERROR_FAILURE; + + const char* const args[] = { +- "ntlm_auth", ++ "/usr/bin/ntlm_auth", + "--helper-protocol", "ntlmssp-client-1", + "--use-cached-creds", + "--username", username, |