|
Home > Archive > IIS Server Security > May 2006 > how to limit access to some domain-users?
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 |
how to limit access to some domain-users?
|
|
|
| Hi,
We run an intranet application with integrated windows authentification, so
no logon-prompt appears, but then all domain-users can use that aplication.
How to limit that to some domain-users? The only limitations i can see in
IIS is domain and IP restrictions, not user restrictions.
Thanks
Phil
| |
| Ken Schaefer 2006-05-08, 7:15 am |
| Configure NTFS permissions on the files/folders. Remove permissions from
"Everyone", and add in the users/groups that should have access to the
files/folders.
IIS doesn't perform authentication (or authorization) itself. It relies on
Windows to do that. So you use Windows user accounts, and you use Windows
NTFS permissions.
Cheers
Ken
"phil" <sdf@sd.dc> wrote in message
news:O4g7$AncGHA.5016@TK2MSFTNGP04.phx.gbl...
> Hi,
>
> We run an intranet application with integrated windows authentification,
> so
> no logon-prompt appears, but then all domain-users can use that
> aplication.
> How to limit that to some domain-users? The only limitations i can see in
> IIS is domain and IP restrictions, not user restrictions.
> Thanks
> Phil
>
>
| |
|
| Thanks
"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
news:e8TR0kocGHA.5048@TK2MSFTNGP04.phx.gbl...
> Configure NTFS permissions on the files/folders. Remove permissions from
> "Everyone", and add in the users/groups that should have access to the
> files/folders.
>
> IIS doesn't perform authentication (or authorization) itself. It relies on
> Windows to do that. So you use Windows user accounts, and you use Windows
> NTFS permissions.
>
> Cheers
> Ken
>
> "phil" <sdf@sd.dc> wrote in message
> news:O4g7$AncGHA.5016@TK2MSFTNGP04.phx.gbl...
in[vbcol=seagreen]
>
>
|
|
|
|
|