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

Subgrouping rights with ACL...



Hello, Iwould like to affect rights to subgroup on a group like this:

Group A:
groupOfNames
member: Group B


Group B: groupOfNames member: User 1


User 1 inetOrgPerson

When I affect rights to group A, It affect rights to group B but not to User1. And that's what I want to do.

ACL:
access to *
   by group="cn=groupA,o=group,dc=xxx,dc=fr" write
   by * none

How can I afect rights to a subgroup or subusers?