In article <8B57EEC6-BDE3-4A7C-94AD->,
says...
> Subject: Re: Permissions question
> From: =?Utf-8?B?Q29saW4=?= <>
> Newsgroups: microsoft.public.cert.exam.mcse
>
> Ok, I understand that part. I'm still not rock solid about why it isn't
> visible through Secuity or Effective Permissions of that file object.
>
> I guess my question would be, how would you know that a user of Test Group
> could delete any files and folders under that directory just by looking at
> the security of one of those files or folders? What if you have a scenario
> where a file is buried under 100's of directories, the top one being owned by
> some specific user, how hard would it be to determine that that file could be
> deleted by the user owning the top dir? How do you see that this user has any
> control over this file without winding your way up all the directories and
> looking for permissions. There must be an easier way? Effective Permissions
> tab does not help, as this reports no delete permission but it is in fact
> allowed.
>
I ran this test on XPSP2. The test user did not show up in the file ACL,
as expected, but the effective permissions tab did show that the test
user had modify permissions on the file.
Steps:
1) Create share on HOST (HOST\Share) for c:\test1 as Ben, an
administrator
2) Change Share perms from everyone Read to FC
3) Grant Bill_Test Modify permissions on the folder c:\test1
4) Map a drive to HOST\share from remote computer as Bill_Test
5) Create a folder called Bill_Test1 in HOST\Share
6) On host, create a file (as Ben) in c:\test1\Bill_Test
Opening the ACL editor and looking at the file's acl does not list
Bill_Test in the ACEs (this is expected), but using the Effective
Permissions tab did show that Bill_Test effectively had Modify
permissions on the file because Bill_Test has FC on the folder where the
file was created.
The real problem is that Bill_Test could modify the file, but was not
listed in the ACL.
I will ping the person who owns the ACL UI today.