Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

IIS 6 and ACL entries

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  aspx files randomly show as 404 errors when they'..  
Author Message
Tim Berk

External


Since: Mar 17, 2005
Posts: 1



(Msg. 1) Posted: Thu Mar 17, 2005 12:51 pm
Post subject: IIS 6 and ACL entries
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hello all,

I am having a problem with IIS 6 and ACL's. I have a webDAV folder setup
with windows integrated and digest authentication. I am trying to tighten
down the security so that only a few users can access this folder. I have 2
user accounts which are able to access the folder with the correct level of
permission. I have some other user accounts with the exact same permissions
(I have checked and rechecked this repeatedly) and group membership and they
are unable to access this folder. They recieve a "HTTP Error 401.3 -
Unauthorized: Access is denied due to an ACL set on the requested resource",
which is not the case. I can actually copy one of the working user accounts
and it won't access the folder. THe content is hosted on a remote file
server. I have the delegation of credentials set properly. I have enabled
auditing on the file server where the folder resides and the audit log shows
entries when the working user accounts are used, but nothing when one of the
non-working user accounts is used. No success, no Failure, no anything, as if
the request never made it to the file server. In the security log of the
domain controller, both the "good_user" and the "bad_user" are recording
successful account log on events, so it is not an authentication issue. In
the web server log, all the requests are logged with some differences. A
successful request looks something like this:

2005-03-17 00:28:42 xxx.xxx.xx.xxx GET /windyriver/ - 80 DOMAIN\good_user
xxx.xxx.xx.xxx
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
200 0 0

An unsucessful request looks something like this:

2005-03-17 02:06:15 xxx.xxx.xx.xxx GET /windyriver - 80 DOMAIN\bad_user
xxx.xxx.xx.xxx Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1) 401 3 5

THe difference seems to be the trailing slash '/' after the GET request, but
I am not sure what to make of that. I have tried this from outside the
firewall, inside from the LAN and from the console of the web server (by
right-clicking the virtual directory and selecting "browse") and I get the
same results every time. My question is why is the web server not using the
entries from the ACL consistently? Why is there no entry for a failed request
in the audit log of the file server? What am I missing here?

Thanks in advance!

tb

 >> Stay informed about: IIS 6 and ACL entries 
Back to top
Login to vote
qbernard1

External


Since: Dec 23, 2003
Posts: 905



(Msg. 2) Posted: Thu Mar 17, 2005 10:35 pm
Post subject: Re: IIS 6 and ACL entries [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Mmm.. not too sure. I would suggest you get filemon (sysinternals.com) and
trace the access error.

--
Regards,
Bernard Cheah
<a style='text-decoration: underline;' href="http://www.tryiis.com/" target="_blank">http://www.tryiis.com/</a>
<a style='text-decoration: underline;' href="http://support.microsoft.com/" target="_blank">http://support.microsoft.com/</a>

<a style='text-decoration: underline;' href="http://www.msmvps.com/bernard/" target="_blank">http://www.msmvps.com/bernard/</a>

"Tim Berk" <TimBerk.DeleteThis@discussions.microsoft.com> wrote in message
news:90E83201-5052-4DC4-AF46-A715350BEF71@microsoft.com...
 > Hello all,
 >
 > I am having a problem with IIS 6 and ACL's. I have a webDAV folder setup
 > with windows integrated and digest authentication. I am trying to tighten
 > down the security so that only a few users can access this folder. I have
 > 2
 > user accounts which are able to access the folder with the correct level
 > of
 > permission. I have some other user accounts with the exact same
 > permissions
 > (I have checked and rechecked this repeatedly) and group membership and
 > they
 > are unable to access this folder. They recieve a "HTTP Error 401.3 -
 > Unauthorized: Access is denied due to an ACL set on the requested
 > resource",
 > which is not the case. I can actually copy one of the working user
 > accounts
 > and it won't access the folder. THe content is hosted on a remote file
 > server. I have the delegation of credentials set properly. I have enabled
 > auditing on the file server where the folder resides and the audit log
 > shows
 > entries when the working user accounts are used, but nothing when one of
 > the
 > non-working user accounts is used. No success, no Failure, no anything, as
 > if
 > the request never made it to the file server. In the security log of the
 > domain controller, both the "good_user" and the "bad_user" are recording
 > successful account log on events, so it is not an authentication issue. In
 > the web server log, all the requests are logged with some differences. A
 > successful request looks something like this:
 >
 > 2005-03-17 00:28:42 xxx.xxx.xx.xxx GET /windyriver/ - 80 DOMAIN\good_user
 > xxx.xxx.xx.xxx
 > Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
 > 200 0 0
 >
 > An unsucessful request looks something like this:
 >
 > 2005-03-17 02:06:15 xxx.xxx.xx.xxx GET /windyriver - 80 DOMAIN\bad_user
 > xxx.xxx.xx.xxx Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1) 401
 > 3 5
 >
 > THe difference seems to be the trailing slash '/' after the GET request,
 > but
 > I am not sure what to make of that. I have tried this from outside the
 > firewall, inside from the LAN and from the console of the web server (by
 > right-clicking the virtual directory and selecting "browse") and I get the
 > same results every time. My question is why is the web server not using
 > the
 > entries from the ACL consistently? Why is there no entry for a failed
 > request
 > in the audit log of the file server? What am I missing here?
 >
 > Thanks in advance!
 >
 > tb<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: IIS 6 and ACL entries 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
IIS DAV Metabase Entries? - Hello all, Quick question about yesterday's security advisory MS04-030 about vulnerabilities in WebDAV. The FAQ section for the advisory says: "You can configure these new limits by using metabase entries. If an application requires documents tha...

problem with DNS entries - We have set up a local dns entry on our dns server. this would only work in-house on our network, but that is all we need. the problem is that we have sub domains as well. eg primary would be www.siteone.co.za and then two sub domains as ..

METABASE Entries - Help I want to backup the metabase, can someone tell the steps to repair the metabse entry in win2000

Web server log entries? - Hello, We're running a Windows 2000 Server website using ASP and SQL Server 2000. Yesterday, the application log began filling up with two errors repeatedly (see below). Does anyone know what's these are about? These started after SQL Server shutdown an...

keeping entries in the IIS 6 manager - I have an annoying problem. When I use the IIS 6 manager to connect to a remote server on my network and then close out the IIS manager I have to re-add the web server. Is there any way I can make IIS Manager remember the servers it had in there?
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]