[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: acl help - no write access to parent
"Terry Davis" <tdavis@birddog.com> wrote...
> Hello, I have it working so that people can edit their own entries.
> Like: uid=Jo,ou=People,dc=example,dc=com can edit the entries
> in uid=Jo but she cannot edit ou=People,uid=Jo,ou=People,
> dc=example,dc=com for some reason.
>
> I am getting 'no write access to parent'.
>
> Here is my acl:
> access to *
> by self write
> by anonymous auth
> by * read
>
hi,
guess something like:
access to dn=".*uid=([^,]+),ou=People,dc=example,dc=com"
by dn="uid=$1,ou=People,dc=example,dc=com" write
should work for you.
check out the list archive..
daniel