GNOME Bugzilla – Bug 306877
ntlm auth failure
Last modified: 2005-06-08 15:08:28 UTC
Version details: 2.2.3 [from ximian-connector test] ebrowse http://domain\user@my.exchange.server/exchange/mailbox --> 401 noth authorized See more information in ximian-connector bug : http://bugzilla.gnome.org/show_bug.cgi?id=302183
in "soup-connection-ntlm.c" static void ntlm_authorize_pre (SoupMessage *msg, gpointer user_data) { --- char* slashagain; --- slash = strpbrk (domain_username, "\\/"); if (slash) { g_free (domain); domain = g_strdup (domain_username); // add the following 2 lines to remove the username from the doamin var !! slashagain = strpbrk (domain, "\\/"); slashagain[0]='\0'; // username = slash + 1; } else username = domain_username;
*** Bug 302183 has been marked as a duplicate of this bug. ***
fixed in CVS (and eventually libsoup 2.2.4)