Hello, and thanks in advance for any answers.
I need to find a balance of permissions on our file server to allow users only the rights below:
- Copy a new file into a folder
- Open and read any file in the folder
- Make a save-as copy of any file into the same folder
The idea behind this is that users can add new documents to a shared location (legal documents) but cannot make modifications without saving them with a new version number.
I have managed to get it to the point where all the criteria are satisfied except the save-as requirement. When performing a save-as the file is created but is not populated with any data and the file itself cannot be opened. The permissions I have set so far are:
Allow
- Traverse/Execute
- List folder/Read data
- Read attributes
- Read extended attributes
- Create files/write data
- Read permissions
Deny
- Delete subfolders and files
- Delete
- Change Permissions
- Take ownership
The server is Win2003 Enterprise SP2 with a plain vanilla 2003 AD implementation. The volumes are fibre attached SAN disks formatted as basic NTFS. All users are domain authenticated.
I realise that the folder will rapidly fill up with files that nobody who isn't an admin can delete but that is what they want. Any ideas?
I need to find a balance of permissions on our file server to allow users only the rights below:
- Copy a new file into a folder
- Open and read any file in the folder
- Make a save-as copy of any file into the same folder
The idea behind this is that users can add new documents to a shared location (legal documents) but cannot make modifications without saving them with a new version number.
I have managed to get it to the point where all the criteria are satisfied except the save-as requirement. When performing a save-as the file is created but is not populated with any data and the file itself cannot be opened. The permissions I have set so far are:
Allow
- Traverse/Execute
- List folder/Read data
- Read attributes
- Read extended attributes
- Create files/write data
- Read permissions
Deny
- Delete subfolders and files
- Delete
- Change Permissions
- Take ownership
The server is Win2003 Enterprise SP2 with a plain vanilla 2003 AD implementation. The volumes are fibre attached SAN disks formatted as basic NTFS. All users are domain authenticated.
I realise that the folder will rapidly fill up with files that nobody who isn't an admin can delete but that is what they want. Any ideas?