diff --git a/acl.ldif b/acl.ldif index 99b561f..0e94625 100644 --- a/acl.ldif +++ b/acl.ldif @@ -1,10 +1,4 @@ -access to attrs=cn,givenName,sn,userPassword,mail,loginShell,photo - by self write - by anonymous auth - by dn.base="cn=Manager,dc=exozy,dc=me" write - by * none - -access to * - by self read - by dn.base="cn=Manager,dc=exozy,dc=me" write - by * read +dn: cn=config +add: olcAccess +olcAccess: {0}to attrs=cn,givenName,sn,userPassword,mail,loginShell,photo by self write by anonymous auth by dn.base="cn=Manager,dc=exozy,dc=me" write by * none +olcAccess: {1}to * by self read by dn.base="cn=Manager,dc=exozy,dc=me" write by * read