# |
Jan 30th 2014, 22:01 |
Ceeram |
so you need to combine a few things to get it working |
# |
Jan 30th 2014, 22:01 |
Ceeram |
and also row level acl, as in configurable per user record |
# |
Jan 30th 2014, 22:01 |
Ceeram |
and dbacl |
# |
Jan 30th 2014, 22:01 |
Ceeram |
user habtm role/group whatever |
# |
Jan 30th 2014, 22:01 |
Ceeram |
yes |
# |
Jan 30th 2014, 22:01 |
the-neon |
perhaps that would be useful |
# |
Jan 30th 2014, 22:01 |
the-neon |
as an extension to ACL? |
# |
Jan 30th 2014, 22:00 |
Ceeram |
chance_: i wont, already built it |
# |
Jan 30th 2014, 22:00 |
chance_ |
if i make this open source? who will pitch in? |
# |
Jan 30th 2014, 22:00 |
Ceeram |
well not without additional code |
# |
Jan 30th 2014, 22:00 |
Ceeram |
todds: no, cakephp acl cannot handle multi group |
# |
Jan 30th 2014, 22:00 |
chance_ |
and i needa be able to edit the perms in a db |
# |
Jan 30th 2014, 22:00 |
the-neon |
but it needs a custom way to provide permissions via a back-end |
# |
Jan 30th 2014, 21:59 |
todds |
why build his own vs ACL? ACL provides the framework for all of what he's described |
# |
Jan 30th 2014, 21:59 |
the-neon |
TinyAuth supports multiple roles per user |
# |
Jan 30th 2014, 21:59 |
chance_ |
its not best suited for what i just wrote last |
# |
Jan 30th 2014, 21:59 |
Ceeram |
why not? |
# |
Jan 30th 2014, 21:59 |
chance_ |
right? haha |
# |
Jan 30th 2014, 21:59 |
chance_ |
no |
# |
Jan 30th 2014, 21:59 |
Ceeram |
gonna be fun |
# |
Jan 30th 2014, 21:59 |
Ceeram |
and you dont want to use cakephp acl? |
# |
Jan 30th 2014, 21:59 |
chance_ |
yes |
# |
Jan 30th 2014, 21:59 |
chance_ |
thats what imma do aparently |
# |
Jan 30th 2014, 21:59 |
Ceeram |
and must be configurable permissions? |
# |
Jan 30th 2014, 21:58 |
chance_ |
yeah |
# |
Jan 30th 2014, 21:58 |
BackEndCoder |
its one table |
# |
Jan 30th 2014, 21:58 |
BackEndCoder |
make your own |
# |
Jan 30th 2014, 21:58 |
chance_ |
thats what i need |
# |
Jan 30th 2014, 21:58 |
chance_ |
Ability to assign users to groups, Ability to assign various roles to users and groups, Ability to limit controller/action pairs to specific roles |
# |
Jan 30th 2014, 21:57 |
Ceeram |
the-neon: howdy |
# |
Jan 30th 2014, 21:57 |
the-neon |
Ceeram :) |
# |
Jan 30th 2014, 21:56 |
Ceeram |
thats not rbac |
# |
Jan 30th 2014, 21:56 |
chance_ |
multi roles per user |
# |
Jan 30th 2014, 21:56 |
todds |
you want ACL |
# |
Jan 30th 2014, 21:56 |
chance_ |
for enterprise |
# |
Jan 30th 2014, 21:56 |
chance_ |
role based permissions for action and view, multi roles per user, heirachical roles tree, limit specific users via role restrictions, etc basic stuff |
# |
Jan 30th 2014, 21:55 |
the-neon |
but I guess if he needs lots of features.... that's what ACL is for :o |
# |
Jan 30th 2014, 21:54 |
the-neon |
worked perfectly for me |
# |
Jan 30th 2014, 21:54 |
the-neon |
but it's quite simplistic that's why I asked for features |
# |
Jan 30th 2014, 21:54 |
todds |
if you have fairly static roles/priveleges, then it looks like a great solution. |
# |
Jan 30th 2014, 21:54 |
the-neon |
yeah, tinyauth I would have suggested too |