Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.474.300 Times

CGI::Application::Plugin::Authentication::Driver::Generic 0.12

  Date Added: November 25, 2010  |  Visits: 1.366

CGI::Application::Plugin::Authentication::Driver::Generic

Report Broken Link
Printer Friendly Version


Product Homepage
Download (216 downloads)



CGI::Application::Plugin::Authentication::Driver::Generic is a Generic Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [ Generic, { user1 => 123, user2 => 123 } ], ); This Driver offers a simple way to provide a user database to the CGI::Application::Plugin::Authentication plugin. It offers three ways to provide a list of users to the plugin by providing a hash of username/password pairs, an array of arrays containing the username and password pairs, or a code reference that returns back the username, or undef on success or failure. EXAMPLE my %users = ( user1 => 123, user2 => 123, ); __PACKAGE__->authen->config( DRIVER => [ Generic, %users ], ); - or - my @users = ( [example.com, user1, 123], [example.com, user2, 123], [foobar.com, user1, 123], ); __PACKAGE__->authen->config( DRIVER => [ Generic, @users ], CREDENTIALS => [ authen_domain, authen_username, authen_password ] ); - or - sub check_password { my @credentials = @_; if ($credentials[0] eq test && $credentials[1] eq secret) { return testuser; } return; } __PACKAGE__->authen->config( DRIVER => [ Generic, &check_password ], );.

Requirements: No special requirements
Platforms: Linux
Keyword: Application Authentication Cgi Cgiapplicationpluginauthenticationdrivergeneric Credentials Driver Generic Generic Authentication Libraries Package Password Plugin Programming Users
Users rating: 0/10

License: Freeware Size: 48.13 KB
USER REVIEWS
More Reviews or Write Review


CGI::APPLICATION::PLUGIN::AUTHENTICATION::DRIVER::GENERIC RELATED
Programming  -  mercurial_keyring 0.4.3
Mercurial extension to securely save HTTP and SMTP authentication passwords in password databases (Gnome Keyring, KDE KWallet, OSXKeyChain, specific solutions for Win32 and command line).
10.24 KB  
Libraries  -  CGI::Application::Plugin::Authentication::Driver::Dummy 0.12
CGI::Application::Plugin::Authentication::Driver::Dummy is a dummy authentication driver which lets anyone authenticate regardless of the password they provide SYNOPSIS use base qw(CGI::Application); use...
48.13 KB  
Utilities  -  Application Server Development Library for Linux 1.4.0
ASDL, Application Server Development Library, is a generic components library & framework for application server/services & software/program development on multi-platform. Project's intention is provide a highly efficient, reusable, easy-to-use...
3.52 MB  
Networking  -  3rd Party Authentication 0.2.3
3rd Party Authentication is a wordpress plugin that allows wordpress to authenticate against other authentication systems. These include:Gmail / Google Apps Any generic POP/IMAP email service Installation : 1. Download 3rd-party-authentication.php...
10 KB  
Database Tools  -  Directory Server NT Authentication Module 2.0.3
Directory Server NT Authentication Module provides a plugin allowing LDAP authentication via an NT domain account. The Directory Server NT Authentication Module project is made of two parts: The first is a simple daemon which takes an NT users...
1.7 MB  
Network & Internet  -  Likewise Open for Mac OS 6.0
A free, open source application that joins Mac OS X machines to Microsoft Active Directory and securely authenticates users with their domain credentials. Key Features: - Joins Mac OS X, Linux, and UNIX systems to Active Directory domains in a...
25.6 MB  
Programming  -  Kent 0.9
Kent is a generic report server that provides reports to users via a JSP/Servlet based interface. Internally report output is XML, which is transformed to HTML or any other supported format, as selected by the user.
123.15 KB  
Network & Internet  -  Likewise Open 6.0
A free, open source application that joins Mac OS X machines to Microsoft Active Directory and securely authenticates users with their domain credentials.
 
Dial-up Networking Tools  -  Radl Free Radius server 1.5
The main goal of the Radius server (Remote Authentication Dial-In User Service) is to centralize the authentication information (name, password, keys ..) attached to users. It is frequently used with Remote Access Server equipments and Dial-in...
218.4 KB  
Utilities  -  Password tools bundle for Linux 1.4
The Password tools bundle is one application combining three tools - the Analyser (shows the "strength" of your password, the Generator (generates "strong" passwords) and the Manager (stores passwords securely using Rijndael).
1.19 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB