how to grant two roles to a folder
Hi I created a new folder in ucm (wcc), under Contribution Folders\AppFolder. I need to grant two different predefined roles access to this new folder.
How can I do that?
Thanks!
Hi ,
Enable the RoleEntityACL component from Administration - Admin Server - Component Manager - Advanced Component Manager - Disabled Component . Then navigate to <domain_home>/ucm/cs/config and edit config.cfg , add the following variables :
UseEntitySecurity=true
SpecialAuthGroups=<Sec grp 1 which should have ACL>, <Sec Grp2>
AllowQuerySafeUserColumns=true
Save the changes and restart UCM managed server .
Now navigate to Folder information page - there you will see Role Access List metadata field , add the required roles and update it .
0