CGI::Application::Plugin::Authentication::Driver::DBI

CGI::Application::Plugin::Authentication::Driver::DBI is a DBI Authentication driver.
Download

CGI::Application::Plugin::Authentication::Driver::DBI Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • SiteSuite
  • Publisher web site:
  • http://search.cpan.org/~ceeshek/CGI-Application-Plugin-Authentication-0.12/lib/CGI/Application/Plugin/Authentication/Driver/Generic.pm

CGI::Application::Plugin::Authentication::Driver::DBI Tags


CGI::Application::Plugin::Authentication::Driver::DBI Description

CGI::Application::Plugin::Authentication::Driver::DBI is a DBI Authentication driver. CGI::Application::Plugin::Authentication::Driver::DBI is a DBI Authentication driver.SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => , );This Authentication driver uses the DBI module to allow you to authenticate against any database for which there is a DBD module. You can either provide an active database handle, or provide the parameters necesary to connect to the database.When describing the database structure, you need to specify some or all of the following parameters: TABLE(S), JOIN_ON, COLUMNS and CONSTRAINTS.DBHThe DBI database handle to use. Defaults to $self-dbh()>, which is provided and configured through CGI::Application::Plugin::DBHTABLE(S) (required)Provide either a single table name, or an array of table names. You can give the table names aliases which can be referenced in later columns. TABLE => 'users', - or - TABLES => ,JOIN_ON (conditionally required)If you have specified multiple tables, then you need to provide an SQL expression that can be used to join those tables. JOIN_ON => 'user.domainid = domain.id', - or - JOIN_ON => 'U.domainid = D.id', Requirements: · Perl


CGI::Application::Plugin::Authentication::Driver::DBI Related Software