Sathvika, The RBAC will only work at the container level and not at the directory within the container level.
Venkatesan, The link you shared is incorrect as it adds with some other text before making it as dead link. I removed the characters in the front and then was able to access the actual URL.
Following are the folder structure;
Root
--Inbound
----process1
----process2
--outbound
----process1
----process2
I have following users and permissions needs to be assigned.
- user1process1 should be able to read and write to inbound/process1, and should be able to read outbound/process1.
- adminuser1process1 should be able to read and write to inbound/process1, as well as outbound/process1.
The link you shared gives me option to change ownership if the folder and that means i delegate the full permission to that one user, but my requirement is to provide access to multiple users with different level of access.
Thanks for sharing the detailed document on how ACLs works but the feature is still not helping for simple user permissions.
One alternate is to flatten the structure and provide individual permissions, but that also means multiple users and makes the solution more cumbersome.