LDAP (slapd) ACL issue - can add but not modify entries

Posted by Jonas on Server Fault See other posts from Server Fault or by Jonas
Published on 2012-05-30T22:12:24Z Indexed on 2012/05/30 22:42 UTC
Read the original article Hit count: 227

Filed under:
|
|

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?

© Server Fault or respective owner

Related posts about ldap

Related posts about openldap