IIS Server Security - web.config settings.

This is Interesting: Free IT Magazines  
Home > Archive > IIS Server Security > July 2006 > web.config settings.





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author web.config settings.
Geoff

2006-07-14, 7:18 pm

I have a web service up and running using IIS 6.0.
Since we are in an Active Directory (AD) envionment I want to allow access
to a specific security group in AD.

In my web.config I have
<authentication mode="Windows" />
<identity impersonate="true"/>

As it stands the when I configure as follows it works for the specified
user, however I can't get it to recognize an AD security group. Is there a
specific syntax that is required?

<authorization>
<allow users="mydomain\atestuser" />
<deny users="*" />
<deny users="?" />
</authorization>

thanks in advance
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com