[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Access Control
Quoting Fábio Gomes <flgomes@fazenda.sp.gov.br>:
> Users entry under "ou=funcionarios,ou=pessoal,o=fazenda,o=sp.gov,c=br"
> are identified by their 'uid'.
> All of them have a 'title' attribute . I would like to grant
> access to users that have the value 'AFR' in the attribute 'title' for
> selfwrite to a specific group.
> How can I do it?
Something like this perhaps?
----- s n i p -----
access to attribute=title
by dn="<YOUR ADMIN DN>" write
by self write
----- s n i p -----