diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-12 22:22:06 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-12 22:22:06 +0800 |
commit | 1d657775bd1e3430f00b957235a68ee4a951d3dc (patch) | |
tree | 1358668985c784e42acbfb68075166723232ee00 /www/Makefile | |
parent | 3dcd4d0d905f1fa61799a9e4158e14454efbcadb (diff) | |
download | freebsd-ports-gnome-1d657775bd1e3430f00b957235a68ee4a951d3dc.tar.gz freebsd-ports-gnome-1d657775bd1e3430f00b957235a68ee4a951d3dc.tar.zst freebsd-ports-gnome-1d657775bd1e3430f00b957235a68ee4a951d3dc.zip |
Role based access control is very simple: every user has a list of
roles, which that user is allowed to assume, and every restricted part
of the app makes an assertion about the necessary roles.
If the user is a member in all of the required roles access is granted.
Otherwise, access is denied.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authorization-Roles
PR: ports/90272
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 5c6ef597bd0f..96dc1da3b8af 100644 --- a/www/Makefile +++ b/www/Makefile @@ -496,6 +496,7 @@ SUBDIR += p5-Catalyst-Model-DBIC-Plain SUBDIR += p5-Catalyst-Plugin-Authentication SUBDIR += p5-Catalyst-Plugin-Authentication-CDBI + SUBDIR += p5-Catalyst-Plugin-Authorization-Roles SUBDIR += p5-Catalyst-Plugin-DefaultEnd SUBDIR += p5-Catalyst-Plugin-FillInForm SUBDIR += p5-Catalyst-Plugin-FormValidator |