|
|
| jamie-strahan@paoli.com 2006-04-11, 9:53 am |
| I have setup a website(Intranet) using Windows integrated authenication
and Annonymous access is turned offf. All servers in Domain are
Windows Server 2003. One Domain only.
If any of the Domain Admins are logged in they can access the site and
it correctly passes the credentials. However if a Domain User is
logged in then the Browser does not pass the credentials resulting in a
log in dialog box and eventually the 401.1 Error. This tells me it is
a Permission problem so I added Domain Users to the administrator group
on the Web Box.
I would have assumed if it was a permission issue this should have
resolved it but it did not.
Here is a sample of the IIS log if this helps. Any help would be
appreciated.
HERE is the Log for a Domain Admin passinhg credentials.
2010-02-18 09:30:13 W3SVC1 172.16.16.39 POST /POapprvd/default.aspx -
80 - 172.16.16.156
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+InfoPath.1)
401 1 0
2010-02-18 09:30:13 W3SVC1 172.16.16.39 POST /POapprvd/default.aspx -
80 PAOLI.COM\jamie-strahan 172.16.16.156
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+InfoPath.1)
200 0 0
Here is a sample of a Domain User not.
2010-02-18 09:30:13 W3SVC1 172.16.16.39 GET /POapprvd/Default.aspx - 80
- 172.16.16.173
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727)
401 2 2148074254
2010-02-18 09:30:13 W3SVC1 172.16.16.39 GET /POapprvd/Default.aspx - 80
- 172.16.16.173
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727)
401 1 0
| |
| Bernard Cheah [MVP] 2006-04-11, 9:53 am |
| with sp1 ?
Try
You receive error 401.1 when you browse a Web site that uses Integrated
Authentication and is hosted on IIS 5.1 or IIS 6
http://support.microsoft.com/?id=896861
Troubleshooting HTTP 401 errors in IIS
http://support.microsoft.com/?id=907273
--
Regards,
Bernard Cheah
http://www.iis-resources.com/
http://www.iiswebcastseries.com/
http://msmvps.com/blogs/bernard/
<jamie-strahan@paoli.com> wrote in message
news:1144337153.985198.318920@j33g2000cwa.googlegroups.com...
>I have setup a website(Intranet) using Windows integrated authenication
> and Annonymous access is turned offf. All servers in Domain are
> Windows Server 2003. One Domain only.
> If any of the Domain Admins are logged in they can access the site and
> it correctly passes the credentials. However if a Domain User is
> logged in then the Browser does not pass the credentials resulting in a
> log in dialog box and eventually the 401.1 Error. This tells me it is
> a Permission problem so I added Domain Users to the administrator group
> on the Web Box.
> I would have assumed if it was a permission issue this should have
> resolved it but it did not.
>
> Here is a sample of the IIS log if this helps. Any help would be
> appreciated.
> HERE is the Log for a Domain Admin passinhg credentials.
> 2010-02-18 09:30:13 W3SVC1 172.16.16.39 POST /POapprvd/default.aspx -
> 80 - 172.16.16.156
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+InfoPath.1)
> 401 1 0
> 2010-02-18 09:30:13 W3SVC1 172.16.16.39 POST /POapprvd/default.aspx -
> 80 PAOLI.COM\jamie-strahan 172.16.16.156
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+InfoPath.1)
> 200 0 0
>
> Here is a sample of a Domain User not.
> 2010-02-18 09:30:13 W3SVC1 172.16.16.39 GET /POapprvd/Default.aspx - 80
> - 172.16.16.173
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727)
> 401 2 2148074254
> 2010-02-18 09:30:13 W3SVC1 172.16.16.39 GET /POapprvd/Default.aspx - 80
> - 172.16.16.173
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727)
> 401 1 0
>
| |
| jamie-strahan@paoli.com 2006-04-11, 9:53 am |
| SP2 and IIS6
| |
|
|
|
|