I encountered a problem when trying to create a folder share on an NTFS volume on a Windows 2003 R2 instance:
The account used for administration should - due to the sensitivity of the data - not be allowed to access the folder itself or the files therein. That access is to be restricted to the owner of the data.
But alas, as I found out, at least "List folder/read data" permission is required to be able to create a share!
So, to achieve my goal, I would have to either
- grant the admin account permission to read the data or
- grant the user account permission to access the containing folder to be able to create the share.
Or is there a third option I am missing?