phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SV: SV: [Phpgroupware-developers] New ACL functionality


From: Sigurd Nes
Subject: SV: SV: [Phpgroupware-developers] New ACL functionality
Date: Sun, 12 Jan 2003 13:18:07 +0100

This is looking very promising - I am looking forward to try it out
along with the new ACL manager interface.

Sigurd

> 
> Very good. Thanks.
> 
> I think I also have a better way to handle the blocking of rights, and
> Im not sure why I didnt think of this sooner.
> 
> Instead of all this crap:
> 
> to give rights
> location=.  rights=1  type=0
> 
> then to filter
> location=.property_register   rights=31  type=1
> location=.equipment_register  rights=31  type=1
> location=.invoicehandling     rights=31  type=1
> location=.service_agreements  rights=31  type=1
> location=.helpdesk            rights=31  type=1
> location=.project_workorder   rights=31  type=1
> 
> You could more cleanly do
> to give rights
> location=.  rights=1   type=0
> location=.  rights=31  type=1
> 
> The second entry means that none of the rights will be inherited, but
> since the first is specific for that location it is the priority.
> 
> Make sense?
> 
> Sigurd Nes wrote:
> > So far it looks like exactly what I need.
> >
> > Sigurd
> >
> >
> >>Do my examples look like they would solve your needs?
> >>
> >>Dan
> >>







reply via email to

[Prev in Thread] Current Thread [Next in Thread]