How to Allow Group Managers to Manage Group Members?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2020 06:48 AM
Dear All,
Kindly note I've followed the below guide to give access to the group mangers to add/delete their own group members, but with no luck
I've created 4 ACLs read/write/create/delete
table :sys_user_grmember
sys_user_grmember.*
Condition: set Group.manager is dynamic
below you can find a sample of one of the ACLs:
List of ACLs:
Group manager view:
But still the group manger is unable to add or delete the group members noting that I've applied these ACLs both first with "itil, user_admin" roles and second time without roles but with no luck
Any suggestions please, if you can help me it's urgent.
Your feedback is highly appreciated
Best regards,
Yaseen.
- Labels:
-
Configuration Compliance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2020 06:53 AM
Can the user read from the Group table? In your ACL condition, you're evaluating if the Group.Manager is me, but if the user can't read from the Group table, this will always return false.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2020 07:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2020 07:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2020 07:45 AM
Yes, from what I can see here, these ACLs should be sufficient.