Reputation: 584
I have a simple requirement and I want some advice on implementing this the best way in liferay.
I am using Liferay Document library. My requirement is to group users into different departments. (A, B and C).
userC --> dept C
The userA should have access to only directories belonging to A
How should I group the users the best way so that I can grant these permissions. Thanks !
Upvotes: 3
Views: 2198
Reputation: 73
If you don't need any of the groups to inherit permissions from other groups, you could also use "User Groups." This is basically the same as organizations, except they're nonhierarchical and would use regular level permissions instead of Organization level roles.
Upvotes: 0
Reputation: 11698
To give some pointers:
You can create Organizations (departments) like Org A, Org B and Org C.
Then you can assign the Users accordingly to the Organizations.
To restrict usage of certain directories or folders, you can create Organization-level-roles and assign them to your Users.
Now you can assign permissions to the created Organization-level-roles for different directories.
Hope this helps.
Upvotes: 2