LDAP (slapd) ACL issue - can add but not modify entries
- by Jonas
I have an issue with the ACL configuration of an LDAP server (slapd). The following ACL entry is active as the first rule that applies:
{0}to dn.subtree="ou=some,ou=where,ou=beneath,dc=the,dc=rain,dc=bow" attrs=entry,children by users write
Now the strange thing that happens is that given that rule I can add an entry to the respective DN but if I want to modify it with the very same user, then I get
0x32 (LDAP_INSUFFICIENT_ACCESS)
Can someone give me a hint what the problem could be?