[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: owners and groups
At 12:08 AM 8/9/99 -0600, Geoff Hibble wrote:
>If I have an entry where:
>
> dn: cn=Managers, ou=Groups, dc=lastfoot,dc=com
> owner: uid=ghibble,ou=People,dc=lastfoot,dc=com
> . . .
>
>Is there a way to set this entry so it can only be modified by "owner"?
Yes, use a dnattr ACL (see slapd.conf(5) and/or the U-Mich
guide for details).
>Is there a way to allow any "member" in this group write permissions on
>the entire:
Yes, use a group ACL. (see slapd.conf and/or FAQ for details).
http://www.openldap.org/faq/index.cgi?file=52
PS: search the archives of this mailing list for examples