Chris Chen wrote:
> I have a situation where I want to give delete privileges to nodes that
> have children.
>
> If I have entries beneath my DN, I want to be able to delete them, that
> is.
Chris,
You have to put some ACL like this :
access to dn="cn=(.*),ou=group,o=Company,c=fr" attr=children
by dn="cn=$1,ou=group,o=Company,c=fr" write
by * none
Try it.
Manu.