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"
This commit is contained in:
Lucas Sylvester
2025-10-04 16:16:00 -04:00
committed by GitHub
parent 3cdf2241ea
commit 18edd4eb7d
+8 -2
View File
@@ -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.