mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
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:
@@ -56,9 +56,15 @@ ou=groups,dc=example,dc=com
|
|||||||
```
|
```
|
||||||
#### Group Membership Attribute
|
#### Group Membership Attribute
|
||||||
```
|
```
|
||||||
cn
|
uniqueMember
|
||||||
```
|
```
|
||||||
#### Group Filter
|
#### 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user