I am new to LDAP (currently using OpenLDAP 2.4) and I am struggling to define a ACL entry that will manage the various Access Levels for entries that are child entries of an OU.
The structure is as follows:
cn=user1,ou=users,dc=somedomain,dc=com
cn=user2,ou=users,dc=somedomain,dc=com
This is what I currently have, but when implemented, the children of the OU "users" don't have the access level as required:
access to dn.subtree="ou=users,dc=somedomain,dc=com"
by dn.subtree="ou=users,dc=somedomain,dc=com" read
by * none
I would like to have all the children of the OU to only be able to read the contents of the OU and it's children.
Any help would be greatly appreciated.
Kind regards