Bug 56579 - IIS v5.0 Authentication Fails
Summary: IIS v5.0 Authentication Fails
Status: RESOLVED DUPLICATE of bug 55915
Alias: None
Product: kio
Classification: Unmaintained
Component: http (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-29 14:28 UTC by cuteguynz
Modified: 2004-02-18 18:46 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cuteguynz 2003-03-29 14:28:25 UTC
Version:            (using KDE KDE 3.1)
Installed from:    Gentoo Packages
Compiler:          GCC 3.2 
OS:          Linux

When a user goes to a directory which uses Windows Integrated Authentication on IIS v5.0 ( Windows 2000 Server ) it goes automatically to a 'You are not authorised to view page' error msg and fails to prompt for username and password using Konqueror
Comment 1 Thiago Macieira 2003-03-29 16:22:46 UTC
Can you provide a test site? And can you make it work with another open source 
browser? 
Comment 2 cuteguynz 2003-03-29 18:21:53 UTC
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....
Comment 3 cuteguynz 2003-03-29 18:23:30 UTC
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

Comment 4 Thiago Macieira 2003-03-29 18:56:27 UTC
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.  
 
Comment 5 Thiago Macieira 2003-04-03 01:46:58 UTC

*** This bug has been marked as a duplicate of 55915 ***
Comment 6 andreas 2004-02-18 18:46:16 UTC
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.