Skip to content

Commit 8f74d4a

Browse files
author
David Coutadeur
committed
fix access list for multimaster recipe (#14)
1 parent 3859601 commit 8f74d4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playbook/multimaster.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
- ldaptoolbox_olcPasswordHash: "{SSHA256}"
5454
# Access rights
5555
- ldaptoolbox_openldap_access_list:
56-
- 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
57-
- 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
56+
- 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
57+
- 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
5858
# Indexes definition
5959
- ldaptoolbox_openldap_database_olcDbIndexes:
6060
- "entryCSN,entryUUID eq"

0 commit comments

Comments
 (0)