|
Home > Archive > IIS Server Security > March 2007 > IIS 6.0 Url Authorization - specific URL, non AD authentication.
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 |
IIS 6.0 Url Authorization - specific URL, non AD authentication.
|
|
| Noremac 2007-03-02, 7:16 pm |
| Hello,
I have been looking around the web, went through the step-by-step guides and
I wanted to know if I can do these following things and HOW:
1) I have found no where to protect http://localhost/WebApp/Browse.htm with
a different role than http://localhost/WebApp/Edit.htm. So my question is how
can I do this?
2) How can I authenticate against users in my own LDAP like ADAM or a user
table in SQL Server instead of AD?
Thank you.
| |
| Ken Schaefer 2007-03-05, 1:30 am |
| WRT to question 1:
I think you can do this when you set the Scope assignment. You will probably
need to create two nodes in your metabase for your two pages. Then you can
assign two different Scopes - one to each individual node in the metabase
WRT to question 2:
I believe you can only use Active Directory or an XML file. ADAM is not
supported, nor is a custom database table.
Cheers
Ken
--
My IIS Blog: www.adOpenStatic.com/cs/blogs/ken
"Noremac" <Noremac@newsgroups.nospam> wrote in message
news:F4BF4485-D39A-410E-9E28-E75B482F2CF9@microsoft.com...
> Hello,
>
> I have been looking around the web, went through the step-by-step guides
> and
> I wanted to know if I can do these following things and HOW:
>
> 1) I have found no where to protect http://localhost/WebApp/Browse.htm
> with
> a different role than http://localhost/WebApp/Edit.htm. So my question is
> how
> can I do this?
>
> 2) How can I authenticate against users in my own LDAP like ADAM or a user
> table in SQL Server instead of AD?
>
> Thank you.
>
>
|
|
|
|
|