After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 765106 - NTLM auth failure with latest samba
NTLM auth failure with latest samba
Status: RESOLVED FIXED
Product: libsoup
Classification: Core
Component: Misc
2.52.x
Other Linux
: Normal critical
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2016-04-15 13:43 UTC by Milan Crha
Modified: 2016-04-19 16:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed libsoup patch (1.17 KB, patch)
2016-04-15 13:43 UTC, Milan Crha
committed Details | Review

Description Milan Crha 2016-04-15 13:43:39 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 1 Dan Winship 2016-04-19 16:23:53 UTC
Comment on attachment 326100 [details] [review]
proposed libsoup patch

looks good
Comment 2 Milan Crha 2016-04-19 16:53:19 UTC
Created commit 1ec0dca in libsoup master (2.54.1+)