Problem with integrated IIS authentication on XP
Problem with integrated IIS authentication on XP
am 13.02.2006 17:58:42 von Tim Gorgs
Hi all,
I have the following constellation:
Windows 2003 Server with IIS and integrated windows authentication as
the only authentication method
When I request a page like http://myserver.com/file.html, it works fine
with a Windows 2000 client (on the server I can log the requesting
user, just the way it should be).
When I request the same page with the same user from a Windows XP
client, I get the requested content in the browser window AND a dialog
window which asks me to enter username and password
In the IIS logfile I can see that the Windows XP client generated three
requests, one without supplied credentials, the next one with them
(this can happen as the IIS tells the Internet Explorer to send the
same request again after the first one, but this time with
credentials), and the third request without credentials again.
The HTTP codes are 401 for request 1, 200 for request 2 and 401 again
for request 3.
I don't understand why there are three and not two requests, and I
don't know why the browser displays the required content AND the dialog
box as well.
I tried to enable / disable "use integrated windows authentication" in
Internet Explorer, but neither of the settings changed anything.
I really don't have a clue what might be wrong, any help is very
appreciated.
Best regards
Tim
Re: Problem with integrated IIS authentication on XP
am 14.02.2006 04:39:22 von Ken Schaefer
Can you please post the IIS logfile entries here please?
Thanks
Cheers
Ken
"Tim Gorgs" wrote in message
news:1139849922.081726.30580@o13g2000cwo.googlegroups.com...
: Hi all,
:
: I have the following constellation:
:
: Windows 2003 Server with IIS and integrated windows authentication as
: the only authentication method
:
: When I request a page like http://myserver.com/file.html, it works fine
: with a Windows 2000 client (on the server I can log the requesting
: user, just the way it should be).
:
: When I request the same page with the same user from a Windows XP
: client, I get the requested content in the browser window AND a dialog
: window which asks me to enter username and password
:
: In the IIS logfile I can see that the Windows XP client generated three
: requests, one without supplied credentials, the next one with them
: (this can happen as the IIS tells the Internet Explorer to send the
: same request again after the first one, but this time with
: credentials), and the third request without credentials again.
:
: The HTTP codes are 401 for request 1, 200 for request 2 and 401 again
: for request 3.
:
: I don't understand why there are three and not two requests, and I
: don't know why the browser displays the required content AND the dialog
: box as well.
:
: I tried to enable / disable "use integrated windows authentication" in
: Internet Explorer, but neither of the settings changed anything.
:
: I really don't have a clue what might be wrong, any help is very
: appreciated.
:
: Best regards
:
: Tim
:
Re: Problem with integrated IIS authentication on XP
am 14.02.2006 09:00:27 von Tim Gorgs
Hello Ken,
the entries in the logfile are:
**********
2006-02-13 16:42:08 W3SVC1 10.230.31.1 GET /general/unblock.xml - 80 -
10.231.11.12 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0) -
server.domain.com 401 2 2148074254 2540 318
2006-02-13 16:42:08 W3SVC1 10.230.31.1 GET /general/unblock.xml - 80
DOMAIN\USER 10.231.11.12
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0) - server.domain.com
200 0 0 0 2273
2006-02-13 16:42:08 W3SVC1 10.230.31.1 GET /general/unblock.xml - 80 -
10.231.11.12 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0) -
server.domain.com 401 1 0 2443 2273
**********
As you can see, the first and third request produce a 401, request
number is fine - but why do I get the authenication window?
Thank you
Tim
--
Ken Schaefer schrieb:
> Can you please post the IIS logfile entries here please?
>
> Thanks
>
> Cheers
> Ken
>
> "Tim Gorgs" wrote in message
> news:1139849922.081726.30580@o13g2000cwo.googlegroups.com...
> : Hi all,
> :
> : I have the following constellation:
> :
> : Windows 2003 Server with IIS and integrated windows authentication as
> : the only authentication method
> :
> : When I request a page like http://myserver.com/file.html, it works fine
> : with a Windows 2000 client (on the server I can log the requesting
> : user, just the way it should be).
> :
> : When I request the same page with the same user from a Windows XP
> : client, I get the requested content in the browser window AND a dialog
> : window which asks me to enter username and password
> :
> : In the IIS logfile I can see that the Windows XP client generated three
> : requests, one without supplied credentials, the next one with them
> : (this can happen as the IIS tells the Internet Explorer to send the
> : same request again after the first one, but this time with
> : credentials), and the third request without credentials again.
> :
> : The HTTP codes are 401 for request 1, 200 for request 2 and 401 again
> : for request 3.
> :
> : I don't understand why there are three and not two requests, and I
> : don't know why the browser displays the required content AND the dialog
> : box as well.
> :
> : I tried to enable / disable "use integrated windows authentication" in
> : Internet Explorer, but neither of the settings changed anything.
> :
> : I really don't have a clue what might be wrong, any help is very
> : appreciated.
> :
> : Best regards
> :
> : Tim
> :
Re: Problem with integrated IIS authentication on XP
am 14.02.2006 09:17:57 von Christian Paparelli
"Tim Gorgs" ha scritto nel messaggio
news:1139904027.144567.311250@z14g2000cwz.googlegroups.com.. .
> Hello Ken,
>
> the entries in the logfile are:
> **********
> 2006-02-13 16:42:08 W3SVC1 10.230.31.1 GET /general/unblock.xml - 80 -
> 10.231.11.12 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0) -
> server.domain.com 401 2 2148074254 2540 318
>
> 2006-02-13 16:42:08 W3SVC1 10.230.31.1 GET /general/unblock.xml - 80
> DOMAIN\USER 10.231.11.12
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0) - server.domain.com
> 200 0 0 0 2273
>
> 2006-02-13 16:42:08 W3SVC1 10.230.31.1 GET /general/unblock.xml - 80 -
> 10.231.11.12 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0) -
> server.domain.com 401 1 0 2443 2273
> **********
> As you can see, the first and third request produce a 401, request
> number is fine - but why do I get the authenication window?
ok take a look here
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q253 667
and here
http://support.microsoft.com/default.aspx?scid=kb;en-us;8711 79
--
Christian Paparelli
http://www.ithost.ch
Re: Problem with integrated IIS authentication on XP
am 15.02.2006 06:28:58 von Ken Schaefer
Hi Tim,
The user-agent in those requests appears to be Windows 2000 (Windows+NT+5.0)
rather than Windows XP (Windows+NT+5.1)
Are you sure the requests are not being routed through a proxy server or
similar?
Cheers
Ken
"Tim Gorgs" wrote in message
news:1139904027.144567.311250@z14g2000cwz.googlegroups.com.. .
: Hello Ken,
:
: the entries in the logfile are:
: **********
: 2006-02-13 16:42:08 W3SVC1 10.230.31.1 GET /general/unblock.xml - 80 -
: 10.231.11.12 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0) -
: server.domain.com 401 2 2148074254 2540 318
:
: 2006-02-13 16:42:08 W3SVC1 10.230.31.1 GET /general/unblock.xml - 80
: DOMAIN\USER 10.231.11.12
: Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0) - server.domain.com
: 200 0 0 0 2273
:
: 2006-02-13 16:42:08 W3SVC1 10.230.31.1 GET /general/unblock.xml - 80 -
: 10.231.11.12 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0) -
: server.domain.com 401 1 0 2443 2273
: **********
: As you can see, the first and third request produce a 401, request
: number is fine - but why do I get the authenication window?
:
: Thank you
:
: Tim
: --
:
:
:
: Ken Schaefer schrieb:
:
: > Can you please post the IIS logfile entries here please?
: >
: > Thanks
: >
: > Cheers
: > Ken
: >
: > "Tim Gorgs" wrote in message
: > news:1139849922.081726.30580@o13g2000cwo.googlegroups.com...
: > : Hi all,
: > :
: > : I have the following constellation:
: > :
: > : Windows 2003 Server with IIS and integrated windows authentication as
: > : the only authentication method
: > :
: > : When I request a page like http://myserver.com/file.html, it works
fine
: > : with a Windows 2000 client (on the server I can log the requesting
: > : user, just the way it should be).
: > :
: > : When I request the same page with the same user from a Windows XP
: > : client, I get the requested content in the browser window AND a dialog
: > : window which asks me to enter username and password
: > :
: > : In the IIS logfile I can see that the Windows XP client generated
three
: > : requests, one without supplied credentials, the next one with them
: > : (this can happen as the IIS tells the Internet Explorer to send the
: > : same request again after the first one, but this time with
: > : credentials), and the third request without credentials again.
: > :
: > : The HTTP codes are 401 for request 1, 200 for request 2 and 401 again
: > : for request 3.
: > :
: > : I don't understand why there are three and not two requests, and I
: > : don't know why the browser displays the required content AND the
dialog
: > : box as well.
: > :
: > : I tried to enable / disable "use integrated windows authentication" in
: > : Internet Explorer, but neither of the settings changed anything.
: > :
: > : I really don't have a clue what might be wrong, any help is very
: > : appreciated.
: > :
: > : Best regards
: > :
: > : Tim
: > :
: