|
Posted by Pritchie on October 18, 2005, 9:31 am
Please log in for more thread options > > Hi,
> > I want to restrict IUSER access to the server file system. I removed it
> > from the "Users" group and added it to the "Guest" group. Thinking that
> > if
> > I then explicitly granted it read permissions to the wwwroot, that would
> > work fine. Before granting IUSER permission to read the files/folder, I
> > test access was denied.. it wasn't.
> >
> > The wwwroot has the following permissions
> > Administrators (Full)
> > CREATOR OWNER (Special)
> > SYSTEM (Full
> > Users (Read)
> >
> > if I remove "Users" from wwwroot and IUSER cannot see the files, I added
> > "Users" back and IUSER can see the files again, even though it's not a
> > member of the "Users" group.
> >
> > IUSER is only a member of
> > Guests
> >
> > The Users groups has
> > ASPNET
> > NT AUTHORITY\Authenticated Users
> > NT AUTHORITY\INTERACTIVE Users
> >
> > are any of these permitting IUSER access to files and folders with
"Users"
> > permissions.
> >
> > How can I stop IUSER seeing files and folder unless explicitly granted
> > NTFS
> > permissions. I'd rather not have to remove the "Users" permissions
> > granted
> > across the whole file system.
> >
> > Why has NTFS file and folder permission gone down hill since NT4? use
to
> > be
> > so simple, now there so much implicit granting of permissions you may as
> > well have it set to Everyone (Full). :o(
> >
> > In brief, I want to stop IUSER see files and folders unless granted
> > permissions to...
> > D:\MyFile (Access denied)
> > D:\Inetpub\wwwroot (Access granted)
> >
> > Thanks
> > Pritchie
> >
> >
>
> Hi,
>
> IUSER account is also "member of group" (it is "added" to the group
> dynamically) called "Authenticated Users" and that is the reason why it
> worked when the Users group had Read permission on the folder.
>
> You might also want to post this question in
> "microsoft.public.inetserver.iis.security"
>
> --
> Mike
> Microsoft MVP - Windows Security
>
Thanks Mike,
What is the Purpose of "Authenticated Users"? if you're not Authenticated,
then shouldn't you not have access at all? so why added this implicit
entry... and make people guess as to how authorisation is granted? Sorry, I
am not complaining at you... I am trying to find reason, and therefore
understanding... typing aloud you might say... :o)
What impact is removing "Authenticated Users" from users going to have on
the server?
I don't want IUSER to have implicit access to the whole file system.
Does this mean the guest account is also added to users if it's used?
|