Skip to content

Commit

Permalink
fix: Administrator in the Domain Admins group
Browse files Browse the repository at this point in the history
  • Loading branch information
d3vv3 committed Dec 4, 2024
1 parent 26c5dd2 commit 56b02c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions helm/stack-data-ums/data-files/default/10-ldap-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ position: cn=Domain Users,cn=groups,{{ ldapBaseDn }}
properties:
users:
- "uid=Administrator,cn=users,{{ ldapBaseDn }}"
---
action: ensure_list_contains
module: groups/group
position: cn=Domain Admins,cn=groups,{{ ldapBaseDn }}
properties:
users:
- "uid=Administrator,cn=users,{{ ldapBaseDn }}"

0 comments on commit 56b02c1

Please sign in to comment.