From 39e446e6cfa4b150e5a0e21e5bb724feeefabf42 Mon Sep 17 00:00:00 2001 From: Sistason <c3infra@sistason.de> Date: Sat, 3 Apr 2021 17:38:08 +0200 Subject: [PATCH] update acls --- ansible-inventory.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible-inventory.yml b/ansible-inventory.yml index 51a6a93..240426a 100644 --- a/ansible-inventory.yml +++ b/ansible-inventory.yml @@ -51,12 +51,12 @@ all: by self write by * read - >- - {3}to dn.children="ou=groups,dc=example,dc=com" + {3}to dn.subtree="ou=groups,dc=example,dc=com" by dn="cn=uffd,ou=system,dc=example,dc=com" write by group="cn=uffd_admin,ou=groups,dc=example,dc=com" write by * read - >- - {4}to dn.children="ou=postfix,dc=example,dc=com" + {4}to dn.subtree="ou=postfix,dc=example,dc=com" by dn="cn=uffd,ou=system,dc=example,dc=com" write by group="cn=uffd_admin,ou=groups,dc=example,dc=com" write by * read -- GitLab