[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Permsion on Parent
>
> access to dn="uid=*,ou=People,dc=example,dc=com"
> by dn="cn=peopleroot,dc=example,dc=com" write
this gives only access to existing entries of the form
'uid=*,ou=People,dc=example,dc=com'
what you want is probably
> access to dn="ou=People,dc=example,dc=com" attr=children
> by dn="cn=peopleroot,dc=example,dc=com" write
or, for that matter,
> access to dn.children="ou=People,dc=example,dc=com"
> by dnexact="cn=peopleroot,dc=example,dc=com" write
Cheers,
ace