Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Minimal ACL rights to allow user with a custom group creating a new groups

Avatar

Level 1

Hi Team, 

do you know what are the minimal paths to set the ACL rights (path + right type [read, modify, create etc.]) to allow a customised group creating a new groups ? This is controlled only by ACL rights or need also somewhere to put a group name to a bundle configuration to allow creating a new groups? I know that the user-administrator group have the rights but I suppose this group enables much more than only creating a new groups - which should not be granted. 

 

Thank you,

Waldemar 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

do you want to create group from UI or backend.

If you are creating group from backend then user-administrators group is required. 

But for UI,

you need read, edit, write acl at /home/group/<your path> to create group

read access to /libs/, /home/ etc.



Arun Patidar

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

do you want to create group from UI or backend.

If you are creating group from backend then user-administrators group is required. 

But for UI,

you need read, edit, write acl at /home/group/<your path> to create group

read access to /libs/, /home/ etc.



Arun Patidar