[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: set ACL specification/syntax



On Sat, Mar 7, 2009 at 1:49 AM, Howard Chu <hyc@symas.com> wrote:
>
> access to dn.exact="ou=group,dc=domain" attrs=children
> Â Â Â Âby users write
> access to dn.regex="cn=(.*):.*,ou=group,dc=domain"
> Â Â Â Âby set.expand="$1 & user/uid" write
>
> You'll also need to use OpenLDAP 2.4.13 or newer, to control who can add
> entries. (See slapd-config(5), olcAddContentAcl)

Excellent. This works perfectly with 2.4.15

Thanks for all the help.

--andy