0

Administrators were denied access to a NTFS folder. After I made Administrators the folder owner a user complained that they could no longer access the folder. The only way I think this would have happened was if they were the former owner and the ACL was empty. What else might have caused this?

zen
  • 211
  • 5
  • 11
  • 2
    Are you going to tell us what the permissions are set to or do you want us to just take a guess? – John Gardeniers Jul 20 '11 at 08:23
  • If Administrators were denied access and you took ownership of the folder, the DACL will have been replaced. You will need to reconfigure the ACL entries to grant access to users requiring access. – Lewis Jul 20 '11 at 08:54
  • @John - I don't understand the question – zen Jul 20 '11 at 14:25
  • @Lewis - What do you mean the DACL will have been replaced? The DACL on other folders I changed the owner seems intact or at least there are ACEs in them. – zen Jul 20 '11 at 14:34
  • If you are denied access to a folder which you then choose to take ownership of, all permissions are replaced. You should have received a warning message saying: **[You do not have permission to read the contents of directory DIRECTORY folder. Do you want to replace the directory permissions with permissions granting you Full Control? All permissions will be replaced if you press Yes](http://i.stack.imgur.com/7kXFj.jpg).** – Lewis Jul 20 '11 at 14:50
  • @Lewis - thx - so I conducted a test. Created a new folder, removed all ACEs, granted full control to another user, then made that user the owner. Checked that I was denied access to folder, then took ownership again. I didn't get the warning message and the ACE for the other user was still there. – zen Jul 20 '11 at 15:02
  • @zen - That is very strange. I have performed the same test both locally and remotely but received the same warning both times? – Lewis Jul 20 '11 at 15:28

1 Answers1

1

you're removing special ACL for "Owner", you need to duplicate it manually before taking ownership

Hubert Kario
  • 6,361
  • 6
  • 36
  • 65