|
While I don't agree with your method of security, I would never say it's
wrong...... if you would change one minor minor thing for me.
First of all, compare these: 1) <cfif isMember(groupsthatCanReadArticles)> 2) <cfif userhaspermissions(listofpermissions, canreadarticles)> 3) <cfif listfind("canreadarticles, caneditcarticles, candeletearticles", "canreadarticles")> 4) <cfif canreadarticles> 5) <cfif articlereadergroup> Now, out of those 5, which are tied to one specific security model and which are not? 1, 2 and 3 are. 4 and 5 have NOTHING to do with any particular security model. They are merely boolean values. What I'm asking that you do, is ignore the fact that you check a series of groups and Hal checks a series of permissions. It honestly doesn't matter, it's a matter of semantics. Both methods can be boiled down to simple boolean variables. Your fusedocs, fuseactions and circuits will define the necessary boolean variables it needs to work, and your security model will define those variables. It's that simple. When you realize the true power of what Hal is suggesting, the only thing you have to do is unplug your security model and plug another one in it's place, your fuses, fuseactions and circuits will (should) continue to work like they did before. Steve
Lee Borkman wrote: Hi Roger, ==^================================================================ This email was sent to: [email protected] EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9 Or send an email to: [EMAIL PROTECTED] T O P I C A -- Register now to manage your mail! http://www.topica.com/partner/tag02/register ==^================================================================ |
- RE: secure tag and permissions hal helms
- Re: secure tag and permissions Lee Borkman
- RE: secure tag and permissions hal helms
- Re: secure tag and permissions Lee Borkman
- Re: secure tag and permissions Steve Nelson
- RE: secure tag and permissions Tim Heald
- RE: secure tag and permissions hal helms
- Re: secure tag and permissions Steve Nelson
- Re: secure tag and permissions David Huyck
- Re: secure tag and permissions Lee Borkman
- Re: secure tag and permissions Steve Nelson
- Re: secure tag and permissions Lee Borkman
- Re: secure tag and permissions Lee Borkman
- Re: secure tag and permissions Steve Nelson
- RE: secure tag and permissions John Farrar
- RE: secure tag and permissions Alan McCollough
- RE: secure tag and permissions Cantrell, Adam
- RE: secure tag and permissions Stacy Young
- RE: secure tag and permissions pmcelhaney
- RE: secure tag and permissions Roger B.
- RE: secure tag and permissions hal helms
