1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: libset-nestedgroups-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: perl (>= 5.8.8-7)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf@debian.org>,
gregor herrmann <gregor+debian@comodo.priv.at>
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/Set-NestedGroups/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libset-nestedgroups-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libset-nestedgroups-perl/
Package: libset-nestedgroups-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
Description: Simple implementation of nested groups
Set::NestedGroups gives an implementation of nested groups,
access control lists (ACLs) would be one example of
nested groups.
.
For example, if Joe is a Manager, and Managers have access to payroll,
you can create an ACL which implements these rules, then ask the ACL
if Joe has access to payroll.
.
Another example, you may wish to track which city, state and country
people are in, by adding people to cities, cities to states, and states
to countries.
.
This module includes some facilities to integrate its data structures
with either files in the local filesystem and with tables in a RDBMS.
|