Skip to content

Commit

Permalink
fix access list for multimaster recipe (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coutadeur committed Nov 21, 2024
1 parent 3859601 commit 8f74d4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbook/multimaster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
- ldaptoolbox_olcPasswordHash: "{SSHA256}"
# Access rights
- ldaptoolbox_openldap_access_list:
- to attrs=userPassword by dn.base="gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth" =wxd by group/groupOfNames/member.exact="cn=admin,ou=groups,CONFIG_SUFFIX" =wxd by self =wxd by * auth
- to * by dn.base="gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth" manage by group/groupOfNames/member.exact="cn=admin,ou=groups,CONFIG_SUFFIX" write by users read
- to attrs=userPassword by dn.base="gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth" =wxd by group/groupOfNames/member.exact="cn=admin,ou=groups,{{ ldaptoolbox_openldap_suffix }}" =wxd by self =wxd by * auth
- to * by dn.base="gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth" manage by group/groupOfNames/member.exact="cn=admin,ou=groups,{{ ldaptoolbox_openldap_suffix }}" write by users read
# Indexes definition
- ldaptoolbox_openldap_database_olcDbIndexes:
- "entryCSN,entryUUID eq"
Expand Down

0 comments on commit 8f74d4a

Please sign in to comment.