Data::ACL

Perl extension for simple ACL lists
Download

Data::ACL Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Rob Casey
  • Publisher web site:
  • http://search.cpan.org/~robau/Tie-MLDBM-1.04/lib/Tie/MLDBM/Store/DBI.pm

Data::ACL Tags


Data::ACL Description

Perl extension for simple ACL lists Data::ACL is a Perl extension for simple ACL lists.SYNOPSIS use Data::ACL; use Set::NestedGroups; # See Set::NestedGroups documentation my $groups = Set::NestedGroups->new; $groups->add( 'root', 'wheel' ); $groups->add( 'wheel', 'staff' ); $groups->add( 'webmaster', 'staff' ); my $acl = Data::ACL->new( $groups ); my $web = $acl->Realm( 'web' ); $web->Deny( 'all' ); $web->Allow( 'staff' ); &DenyAccess unless $acl->IsAuthorized( $user, 'web' );This module implements a series of allowed and denied access control lists for permissive controls. The Set::NestedGroups module is used to define users and nested permissive groups. Requirements: · Perl


Data::ACL Related Software