First off, I am obviously no expert in DFS nor NTFS permissions. I have been looking for an answer to my problem high and low but did not come across something relevant. With that out of the way:
I'm trying to restrict access to shared folders with AD groups and NTFS permissions. Share settings are Full Control for Everyone. DFS-N is used in standalone config.
We noticed that when moving files/folders to another folder with different permissions, the NTFS permissions did not get updated but remain the same as the source folder. This only happens when moving AND when the particular user is not the Owner of the file/folder.
Shares are exported through one DFS folder which on the file server contains all department folders. So when moving between one department folder and another within the same DFS namespace this issue occurs.
When mapping the folders individually as DFS share folders, permissions get updated correctly. When mapping each folder directly on \servername\sharename, permissions get updated correctly.
Is this normal behaviour that within one DFS namespace folder permissions retain their original value? When viewing Properties of the file/folder after the move, the advanced settings show inherited from parent object instead of the actual new folder name.
Should I export every share with individual permissions as distinct DFS folder?
How can I create i.e. a folder structure as follows:
Projects ---- Marketing and Accounting Projects (Inheritance disabled) ---- Accounting and Sales Projects (Inheritance disabled)
Ans export the Projects folder while correctly updating the NTFS permissions when moving between both subfolders of the Projects folder?
I hope this somehow makes sense to someone. Any help greatly appreciated.