I manage a Mac Mini server OS X 10.8.5 Server 2.2.2. used as a file share for assigned partners to upload video files to their respective folder at the very lowest level of the file system (accessed using Filezilla). These users permissions need to stay the same and should not exceed their respective folder and its child folders.
The project leads need to have access to all files, read and write, through Filezilla.
Currently they are able to do this, each user has individual permissions to each folder. I have created a group 'access' that has all the permissions the project leads need and placed it at the highest level of the file system necessary and applied inheritance.
The problem I am having is removing the individual users permissions from highest to lowest. When using the 'propagate permissions' command to apply the new ACL, sometimes the project leads permissions are removed from a child folder, sometimes they are not.
How can I go about recursively removing a specific users permissions down the entire file structure without affecting the rest of the folders permissions?