-
Notifications
You must be signed in to change notification settings - Fork 22
Permission
linzhixing edited this page Jun 11, 2015
·
6 revisions
English/日本語
- Each node(document/folder) has its ACL(Access Control List).
- ACE(Access Control Entity) maps a principal to some permissions.
- A permission is mapped to some CMIS action by the repository configuration.
- If a user is mapped to an action eventually, the action is allowed for the user.
- A new node inherits its parent's ACL by default.
- You can change the ACL if you have the appropriate permission to do so.
- Inherited each ACE can be overwritten , not necessarily switching off the whole ACL.
- User or group can belong to groups.
- If an ACE maps the group to some permissions, it members are also mapped to them.
UI: Detail > Permission tab