Link to home
Start Free TrialLog in
Avatar of shoemakerbrian
shoemakerbrian

asked on

Modify files in share but do not allow new files to be written.

Microsoft shop
Servers are 2003 / Clients are XP (SP2)

Share is on a 2003 server, need to allow certain users the ability to modify existing documents in the share but not create new ones or delete existing ones.

Current settings:
SharePermissions:
Domain Users (Read)
Domain Admins (Full)
Programming Group (Change/Read) - This is the one with the needed permissions.
DocControl Group (Full)

SecuritySettings:
Domain Users (Read)
Domain Admins (Full)
Programming Group (Traverse Folder / Execute File, List Folder / Read Data, Read Attributes, Read Extended Attributes, Create Folders / Append Data, Read Permissions)
DocControl Group (Modify)

Any thoughts
ASKER CERTIFIED SOLUTION
Avatar of Toni Uranjek
Toni Uranjek
Flag of Slovenia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
NTFS and Share permissions will cancel each other out in a way.  Rather than get into explaining how....my instructor recommended to me to set SHARE permissions to everyone FULL CONTROL....then use just the NTFS permissions to restrict access.  Then there is no thinking of if share=read and NTFS=write what is the final result.   I hope that makes sense.  

If you need more info let me know.
Using Everyone Full Control permission is bad security practice. If possible Everyone should be removed and "Authenticated users" group used instead.
Avatar of shoemakerbrian
shoemakerbrian

ASKER

Actually what I did was wrote a vbscript to assign permissions to the files themself and left the directories alone.

Thank you for all your assistance though.