From 18edd4eb7d72b30bb79b3b79057ef7aac196f020 Mon Sep 17 00:00:00 2001 From: Lucas Sylvester <60991720+luca2618@users.noreply.github.com> Date: Sat, 4 Oct 2025 16:16:00 -0400 Subject: [PATCH] example_configs: update portainer group membership and filter attributes The current descriptions is wrong, and will make portainer try to assign "group" to be a member of "group" instead of the assign the "user" to be a part of "group" --- example_configs/portainer.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/example_configs/portainer.md b/example_configs/portainer.md index e73f8d1..7260925 100644 --- a/example_configs/portainer.md +++ b/example_configs/portainer.md @@ -56,9 +56,15 @@ ou=groups,dc=example,dc=com ``` #### Group Membership Attribute ``` -cn +uniqueMember ``` #### Group Filter +Is optional: ``` -is optional +(objectClass=groupofuniquenames) ``` + +## Admin group search configurations + +Use the same configurations as above to grant each users admin rights in their respective teams. +You can then also fetch all groups, and select which groups have universal admin rights.