Gantry::Control::C::AuthzBase

Database based authorization.
Download

Gantry::Control::C::AuthzBase Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Tim Keefer
  • Publisher web site:
  • http://search.cpan.org/~tkeefer/

Gantry::Control::C::AuthzBase Tags


Gantry::Control::C::AuthzBase Description

Database based authorization. Gantry::Control::C::AuthzBase is a Perl module for database-based authorization.SYNOPSIS use Gantry::Control::C::AuthzSubClass qw/-Engine=MP20/;This is a simple database driven autorization system. This module also details the other Authz modules in the library. There are two subclasses: Gantry::Control::C::AuthzRegular and Gantry::Control::C::AuthzCDBI. Use CDBI if you use Class::DBI (or anything descended from it), otherwise use Regular.APACHESample Apache conf configuration. < Perl > use Gantry::Control::C::Authz qw/-Engine=MP20/; < /Perl > < Location /location/to/auth > AuthType Basic AuthName "Manual" PerlSetVar auth_dbconn 'dbi:Pg:dbname=...' PerlSetVar auth_dbuser '< database_user >' PerlSetVar auth_dbpass '< database_password >' PerlSetVar auth_dbcommit off PerlAuthzHandler Gantry::Control::C::AuthzSubclass require group "group_to_require" < /Location > Requirements: · Perl


Gantry::Control::C::AuthzBase Related Software