From 8a33cdc4adc72b4d54148c973cd2a4d395e2c404 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Fri, 17 May 2019 08:25:14 +0200 Subject: [PATCH] slapd: fix ACLs --- roles/slapd/templates/slapd.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/slapd/templates/slapd.conf.j2 b/roles/slapd/templates/slapd.conf.j2 index 372db2a..e36b28b 100644 --- a/roles/slapd/templates/slapd.conf.j2 +++ b/roles/slapd/templates/slapd.conf.j2 @@ -59,7 +59,7 @@ access to dn.one="ou=people,dc=binary-kitchen,dc=de" attrs=loginShell by group="cn=admin,dc=binary-kitchen,dc=de" write by users read by * none -access to dn.one="ou=people,dc=binary-kitchen,dc=de" +access to dn.sub="ou=people,dc=binary-kitchen,dc=de" by group="cn=admin,dc=binary-kitchen,dc=de" write by self read by users read