Hi,
I'm trying to figure out how the folder permission model is implemented. I have a requirement to have several groups with sub-groups with different folder permissions.
Simplified example:
Groups:
Common group - a larger group
Core group - a smaller group consisting of some members of the Common group
Users:
User1 is in the common group
User2 is in both groups
Folders:
Common folder1, Common group have read access, Core group have read/write
/ Subfolder1, Common group is denied access, Core group have read/write (used for working documents that later will be moved to the outer group)
My problem is that as soon as I deny the Common group access to Subfolder1, Core group also is denied access to Subfolder1 since the users in the Core group is in both.
My worries is that I might have to move Subfolder1 to the root to be able to control the folder permissions the way I want it, and since I have an elaborate structure where the folders contains subfolders in several levels and it would practically require me to flatten the entire structure and the whole folder-in-folder strategy would be lost.
I looked at http://helpcenter.onlyoffice.com/admini ... ation.aspx but I couldn't find any answers on how the permissions are supposed to work.
Regards,
Magnus