GNOME Bugzilla – Bug 765106
NTLM auth failure with latest samba
Last modified: 2016-04-19 16:54:25 UTC
Created attachment 326100 [details] [review] proposed libsoup patch The samba update uncovered a bug in the libsoup code which fails to fallback to an NTLM authorisation when the ntlm_auth fails in the second phase. It seems like only a state change line was missing. The attached patch does that and turns two g_warning()-s into g_debug(), because the later is shown on the console with the fix included.
Comment on attachment 326100 [details] [review] proposed libsoup patch looks good
Created commit 1ec0dca in libsoup master (2.54.1+)