objectClass: top
objectClass: person
objectClass: acl
cn: person
sn: jackson
aclAllowByDn: cn=user1,ou=users,o=org,c=de
So if the user "user1" binds successfully he has the permission to modify the entry. When a new entry is createt or a entry is deletet, i also need write access to the parent object in the tree, so i have to expand the ou=container object too in some way to allow the operation.
It should be possible to assign the right to add, modify and delete dynamically to an other ldap object, e.g. a user object.
Thanks a lot
with kind regards
Jens