OS X 10.10 - Shared File is not sharable. ACL & Permissions Question
I am running OS X Server on OS X 10.10 (Yosemite). A file is shared among all members of the "is_medical_assistant" group; the folder that contains the file is also owned and shared by this group. Using the file permission settings of OS X Server, I have given the members of the "is_medical_assistant" group Full Control of both the folder and the file; furthermore, the permissions on the folder are set to inherit to the child files, folders and all descendants.
The goal is to allow Employee A to edit the file over an SMB share. Employee B then needs to be able to open the file at a future time and also make edits.
The problem is that when Employee A edits and saves the file in Numbers, it saves with new ownership: "Employee A":wheel, and Employee B is no longer able to edit the file. Employee B can open and read the file but cannot edit and save changes.
This problem is racking my brain, and I don't know what to do.
I have tried the following:
- using file ownership and group settings (chown) to assign ownership of the file to the group at a POSIX level.
- using a script run by cron to chown the wheel group to the "is_medical_assistant" group.
- using chown to set ACL's manually.
The cron job fails, presumably, because the administrator account does not have membership to any of the groups that can read or write to the directory, although adding the administrator to the group does not seem to have a positive effect.
All help is appreciated!
OS X Server 4-OTHER, OS X Yosemite (10.10.3)