RE: [Phplib-users] handle perm in auth
Brought to you by:
nhruby,
richardarcher
From: Rob H. <rob...@ws...> - 2002-10-10 01:53:45
|
I think you are trying to fit a square peg in a round hole. That kind of bitwise math is too complex to reasonably maintain for the average db admin. IMHO it would be better to have a user_perms table like: uid permname permlevel Then it would be easy to see in the db what perms are set and still fits in with the current scheme. Rob Hutton Web Safe www.wsafe.com ********************************************************************** Introducing Symantec Client Security - Integrated Anti-Virus, Firewall, and Intrusion Detection for the Client. Learn more: http://enterprisesecurity.symantec.com/symes238.cfm?JID=2&PID=11624271 View our Symantec Client Security Demo: http://enterprisesecurity.symantec.com/symes238.cfm?JID=3&PID=11624271 Download the Symantec Client Security Fact Sheet: http://enterprisesecurity.symantec.com/symes238.cfm?JID=4&PID=11624271 Download the Symantec Client Security Brochure: http://enterprisesecurity.symantec.com/symes238.cfm?JID=5&PID=11624271 > -----Original Message----- > From: php...@li... > [mailto:php...@li...]On Behalf Of Giancarlo > Sent: Wednesday, October 09, 2002 9:36 PM > To: phplib-users > Subject: Re: [Phplib-users] handle perm in auth > > > Il 02:44, giovedì 10 ottobre 2002, Rob Hutton ha scritto: > > It's tied to the user, not the page. So I can't be an author > of one page > > and a reviewer of another page. > > But why not? That is only a data mask. You need only to design > and combine > some values.. > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phplib-users mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phplib-users > > |