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.477.986 Times

Pluggable Authentication Module freeware
Filter: All | Freeware | Demo
 

Pluggable Authentication Module

< 1 2 3 4 5 > 
Added: October 18, 2010 | Visits: 1.856

CGI::Application::Plugin::Authentication::Driver CGI::Application::Plugin::Authentication::Driver is a Perl base module for building driver clasees for CGI::Application::Plugin::Authentication. SYNOPSIS package CGI::Application::Plugin::Authentication::Driver::MyDriver; use base qw(CGI::Application::Plugin::Authentication::Driver); sub... Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): CGI::Application::Plugin::Authentication::Driver Download

Added: September 23, 2010 | Visits: 2.371

CGI::Application::Plugin::Authentication::Store CGI::Application::Plugin::Authentication::Store is a base module for building storage classes for the CGI::Application::Plugin::Authentication plugin. SYNOPSIS package CGI::Application::Plugin::Authentication::Store::MyStore; use base qw(CGI::Application::Plugin::Authentication::Store);... Platforms: *nix

License: Freeware Size: 47.1 KB Download (100): CGI::Application::Plugin::Authentication::Store Download

Added: April 18, 2010 | Visits: 1.314

CGI::Application::Plugin::Authentication::Driver::HTPasswd CGI::Application::Plugin::Authentication::Driver::HTPasswd is a Perl module with HTPasswd Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [HTPasswd, /etc/apache/htpasswd,... Platforms: *nix

License: Freeware Size: 48.13 KB Download (112): CGI::Application::Plugin::Authentication::Driver::HTPasswd Download

Added: July 25, 2013 | Visits: 525

External HTTP authentication Only the basic authentication method is currently supported and users must have matching REMOTE_USER header from the external system and in Drupal.Both Drupal users and user accounts on the external system must be manually managed.The module is intended for running a intranet site that is fully... Platforms: PHP

License: Freeware Size: 10 KB Download (41): External HTTP authentication Download

Added: May 20, 2010 | Visits: 6.486

WWW::Mechanize::Pluggable WWW::Mechanize::Pluggable provides all of the same functionality of WWW::Mechanize, but adds support for plugins using Module::Pluggable; this means that any module named WWW::Mechanize::Plugin::whatever... will be found and loaded when WWW::Mechanize::Pluggable is loaded. Big deal, you say.... Platforms: *nix

License: Freeware Size: 45.06 KB Download (93): WWW::Mechanize::Pluggable Download

Added: May 10, 2013 | Visits: 458

SMTP Authentication Support The module supports SMTP authentication and can even connect to servers using SSL if supported by PHP.Installation - Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules.  Requirements: - Drupal 5.x Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (62): SMTP Authentication Support Download

Added: May 16, 2013 | Visits: 330

Mollom API module Use this module to interface with the Mollom backend API as documented at http://mollom.com/api. Because the Mollom module provides generic access to the Mollom Client API, we are focused on the Mollom Reseller APIs with some overlap due to the shared need to do authentication and error handling. Platforms: PHP

License: Freeware Size: 10 KB Download (45): Mollom API module Download

Added: May 11, 2010 | Visits: 772

mod_auth_shadow2 mod_auth_shadow is an Apache module for authentication using /etc/shadow. When performing this task one encounters one fundamental difficulty: The /etc/shadow file is supposed to be read/writeable only by root. However, the webserver is supposed to run under a non-root user, such as "nobody".... Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): mod_auth_shadow2 Download

Added: October 03, 2010 | Visits: 932

mod_auth_shadow mod_auth_shadow is an Apache module for authentication using /etc/shadow. When performing this task one encounters one fundamental difficulty: The /etc/shadow file is supposed to be read/writeable only by root. However, the webserver is supposed to run under a non-root user, such as "nobody".... Platforms: *nix

License: Freeware Size: 8.19 KB Download (91): mod_auth_shadow Download

Added: May 09, 2010 | Visits: 2.002

CGI::Application::Plugin::Authentication::Store::Cookie CGI::Application::Plugin::Authentication::Store::Cookie is a Cookie based Store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => [Cookie, SECRET => "Shhh, dont tell anyone",... Platforms: *nix

License: Freeware Size: 48.13 KB Download (115): CGI::Application::Plugin::Authentication::Store::Cookie Download

Added: April 14, 2010 | Visits: 2.834

CGI::Application::Plugin::Authentication::Store::Session CGI::Application::Plugin::Authentication::Store::Session is a session based store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => Session, ); This module uses a session... Platforms: *nix

License: Freeware Size: 48.13 KB Download (89): CGI::Application::Plugin::Authentication::Store::Session Download

Added: October 11, 2010 | Visits: 1.023

Apache2::AuthenNTLM Apache2::AuthenNTLM is a Perl module to perform Microsoft NTLM and Basic User Authentication. SYNOPSIS < Location / > PerlAuthenHandler Apache2::AuthenNTLM AuthType ntlm,basic AuthName test require valid-user # domain pdc bdc PerlAddVar ntdomain "name_domain1 name_of_pdc1" PerlAddVar... Platforms: *nix

License: Freeware Size: 51.2 KB Download (115): Apache2::AuthenNTLM Download

Added: February 02, 2010 | Visits: 894

mod_auth_pgsql mod_auth_pgsql Apache module allows user authentication (and can log authethication requests) against information stored in a PostgreSQL database. PostgreSQL is a public domain SQL database. Authentication One database, and one (or two) tables. One table holds the username and the encryped... Platforms: *nix

License: Freeware Size: 15.36 KB Download (108): mod_auth_pgsql Download

Added: September 06, 2010 | Visits: 869

pam-telecenter pam-telecenter is a PAM module that provides remote authentication with roaming and pseudo-user accounts to telecenters. Roaming is only supported through PostgreSQL. Compiling and installing pam-telecenter: If youre using Debian GNU/Linux, you can install the libpam-telecenter downloading... Platforms: *nix

License: Freeware Size: 286.72 KB Download (90): pam-telecenter Download

Added: April 08, 2010 | Visits: 1.157

Catalyst::Plugin::Authentication::Credential::BBAuth Catalyst::Plugin::Authentication::Credential::BBAuth is a Yahoo! Browser-Based Authentication for Catalyst. SYNOPSIS use Catalyst qw( Authentication Authentication::Credential::BBAuth Session Session::Store::FastMmap Session::State::Cookie ); MyApp->config( authentication => {... Platforms: *nix

License: Freeware Size: 3.07 KB Download (105): Catalyst::Plugin::Authentication::Credential::BBAuth Download

Added: August 16, 2010 | Visits: 827

mod_xmlrpc_auth mod_xmlrpc_auth is an Apache module for XML-RPC Authentication. mod_xmlrpc_auth is an Apache module which performs authentication and authorization using an XML-RPC call. Installation: To build mod_xmlrpc_auth, you should be able to simply run these commands: ./configure make make... Platforms: *nix

License: Freeware Size: 74.75 KB Download (95): mod_xmlrpc_auth Download

Added: January 05, 2010 | Visits: 660

Apache2::AuthNetLDAP Apache2::AuthNetLDAP is a mod_perl module that uses the Net::LDAP module for user authentication for Apache. SYNOPSIS AuthName "LDAP Test Auth" AuthType Basic #only set the next two if you need to bind as a user for searching #PerlSetVar BindDN "uid=user1,ou=people,o=acme.com" #optional... Platforms: *nix

License: Freeware Size: 7.17 KB Download (103): Apache2::AuthNetLDAP Download

Added: June 26, 2010 | Visits: 1.266

CGI::Application::Plugin::Authentication::Driver::DBI 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 => [ DBI, DBH => $self->dbh, TABLE => user, CONSTRAINTS => { user.name =>... Platforms: *nix

License: Freeware Size: 48.13 KB Download (94): CGI::Application::Plugin::Authentication::Driver::DBI Download

Added: August 11, 2010 | Visits: 1.891

Bot::BasicBot::Pluggable Bot::BasicBot::Pluggable is a Perl extension to the simple irc bot base class allowing for pluggable modules. SYNOPSIS Creating the bot module # with all defaults my $bot = Bot::BasicBot->new(); # with useful options my $bot = Bot::BasicBot::Pluggable->new( channels => ["#bottest"],... Platforms: *nix

License: Freeware Size: 31.74 KB Download (461): Bot::BasicBot::Pluggable Download

Added: April 21, 2010 | Visits: 1.439

squid-nufw-helper squid-nufw-helper is the authentication Single Sign On module for Squid, working with a NuFW firewall. The project allows for transparent authentication of users on a Squid proxy, even if the proxy is a "transparent" one. Whats New in This Release: - This release adds an "-a" switch to pass... Platforms: *nix

License: Freeware Size: 72.7 KB Download (124): squid-nufw-helper Download

< 1 2 3 4 5 >