core: add limit of 20 to group recursion
closes #3116 Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -8,6 +8,8 @@ Groups can be children of another group. Members of children groups are effectiv
|
||||
|
||||
When you bind a group to an application or flow, any members of any child group of the selected group will have access.
|
||||
|
||||
Recursion is limited to 20 levels to prevent deadlocks.
|
||||
|
||||
## Attributes
|
||||
|
||||
Attributes of groups are recursively merged, for all groups the user is a _direct_ member of.
|
||||
|
Reference in New Issue
Block a user