Page 27 of 211,233, showing 20 records out of 4,224,641 total, starting on record 521, ending on 540
# | Username | Text | |
---|---|---|---|
# | Aug 6th 2008, 17:03 | Mathachew | TommyO: Oi. I am, it's what my custom ACL solution is |
# | Aug 6th 2008, 17:03 | Mathachew | I'm authorizing the user based on the permissions that are set |
# | Aug 6th 2008, 17:03 | francky06l | Mathachew: I think you are overthinking ACL |
# | Aug 6th 2008, 17:03 | Mathachew | The system is already working |
# | Aug 6th 2008, 17:03 | TommyO | allow() and deny() only tell auth whether an Authenticated user should be handed off to your authorization level or redirected |
# | Aug 6th 2008, 17:03 | Mathachew | my ACL portion is working I mean |
# | Aug 6th 2008, 17:04 | Mathachew | Auth is authorizing and authenticating. I don't want it to |
# | Aug 6th 2008, 17:04 | francky06l | nymacro: hummm not familiat with SQllite ... |
# | Aug 6th 2008, 17:04 | TommyO | Mathachew: look more closely at Auth then. because it's not unless you tell it to. |
# | Aug 6th 2008, 17:04 | francky06l | Mathachew: well you can do your own authentication and let Auth doing the authorization |
# | Aug 6th 2008, 17:05 | nymacro | francky06l: I like SQLite for local testing (rather than running a daemon). But SQLite 3 DBO isn't standard with Cake. (It only supports SQLite2 OOB) |
# | Aug 6th 2008, 17:05 | francky06l | nymacro: why not go for mySql ? |
# | Aug 6th 2008, 17:05 | nymacro | Because I'm weird |
# | Aug 6th 2008, 17:06 | francky06l | nymacro: being weird has a price:-) |
# | Aug 6th 2008, 17:06 | Mathachew | francky06l: I don't want it to do authorization, that's what my ACL is for |
# | Aug 6th 2008, 17:06 | nymacro | but in the end, I think it pays off ;) |
# | Aug 6th 2008, 17:06 | Mathachew | TommyO: Well how do I stop it from authorizing? |
# | Aug 6th 2008, 17:06 | TommyO | Mathachew: look at Auth::authorize |
# | Aug 6th 2008, 17:06 | francky06l | Mathachew: so, why don't you just use ACL, and manage the rest ? |
# | Aug 6th 2008, 17:06 | Mathachew | wow... I um.. I am |