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

[Fwd: Access Control]



 
--- Begin Message ---
Turbo Fredriksson wrote:
> 
> 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 -----

Hi Fredriksson,

	I need something like:
(...)
access to dn="cn=group,o=base"
	by dn="Somebody with attribute title=AFR" selfwrite
(..)

--- End Message ---