| Summary: | IIS v5.0 Authentication Fails | ||
|---|---|---|---|
| Product: | [Unmaintained] kio | Reporter: | cuteguynz |
| Component: | http | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | andreas |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
cuteguynz
2003-03-29 14:28:25 UTC
Can you provide a test site? And can you make it work with another open source browser? it should come up with a username and password on http://www.wainuiomata.co.nz/stats but it doesnt.... interesting thing is .... it does the same thing at school....... and at school they are using novell bordermanager as a proxy server for web traffic.... Subject: Re: IIS v5.0 Authentication Fails it should come up with a username and password on http://www.wainuiomata.co.nz/stats but it doesnt.... interesting thing is .... it does the same thing at school....... and at school they are using novell bordermanager as a proxy server for web traffic.... --- Thiago Macieira <thiagom@mail.com> wrote: > ------- You are receiving this mail because: ------- > You reported the bug, or are watching the reporter. > > http://bugs.kde.org/show_bug.cgi?id=56579 > > > > > ------- Additional Comments From thiagom@mail.com > 2003-03-29 16:22 ------- > Can you provide a test site? And can you make it > work with another open source > browser? __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com I confirm this behaviour happens, but I cannot confirm it to be a bug in Konqueror, kio_http whatsoever. In fact, it looks like it's a misconfiguration at the site or proxy server. kio_http doesn't support the authentication methods the server has proposed. This is probably a WONTFIX bug. Here's the debug output while the page is being loaded: kio_http: (27769) ============ Received Response: kio_http: (27769) "HTTP/1.1 401 Access Denied" kio_http: (27769) "Server: Microsoft-IIS/5.0" kio_http: (27769) "Date: Sat, 29 Mar 2003 17:49:03 GMT" kio_http: (27769) "WWW-Authenticate: Negotiate" kio_http_debug: WARNING: (27769) Unsupported or invalid authorization type requested kio_http_debug: WARNING: (27769) Request Authorization: Negotiate kio_http: (27769) "WWW-Authenticate: NTLM" kio_http_debug: WARNING: (27769) Unsupported or invalid authorization type requested kio_http_debug: WARNING: (27769) Request Authorization: NTLM kio_http: (27769) "Connection: close" kio_http: (27769) "Content-Length: 3634" kio_http: (27769) "Content-Type: text/html" kio_http: (27769) --empty-- Note the two warnings saying that the authentication methods are not recognised. The second one probably stands for NT Lan Manager, i.e., authentication through a PDC in SMB domain. Interestingly, here's an excerpt from the page I get when going to the site: Background: This is usually caused by a server-side script not sending the proper WWW-Authenticate header field. Using Active Server Pages scripting this is done by using the AddHeader method of the Response object to request that the client use a certain authentication method to access the resource. *** This bug has been marked as a duplicate of 55915 *** Is NTLM auth planned for konqueror? Any roadmap somebody can share? BTW, mozilla 1.6 (which supports NTLM) shows a password dialog box with that site, so it would probably work. |