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

Generic Authentication freeware
Filter: All | Freeware | Demo
 

Generic Authentication

1 2 3 4 5 > 
Added: November 25, 2010 | Visits: 1.367

CGI::Application::Plugin::Authentication::Driver::Generic 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... Platforms: *nix

License: Freeware Size: 48.13 KB Download (216): CGI::Application::Plugin::Authentication::Driver::Generic Download

Added: April 15, 2013 | Visits: 705

3rd Party Authentication 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 and place in wp-content/plugins 2. Log into your... Platforms: PHP

License: Freeware Size: 10 KB Download (48): 3rd Party Authentication Download

Added: November 28, 2013 | Visits: 586

GNU Generic Security Service Library GNU Generic Security Service Library provides a Generic Security Service (GSS-API) implementation. It is used by network applications to provide security services, such as authenticating SMTP/IMAP, via the GSSAPI SASL mechanism. It consists of a library and a manual, and a Kerberos 5 mechanism... Platforms: *nix

License: Freeware Size: 1.83 MB Download (41): GNU Generic Security Service Library Download

Added: January 18, 2010 | Visits: 1.449

Generic Protocol Framework 1.0 Generic Protocol Framework aims to allow users to rapidly prototype different emerging communications protocols. Implementations can be easily "dropped in" and tested independant of a finished product. Testing on both the end product, and the protocol itself can be easily accomplished. The tool... Platforms: *nix

License: Freeware Size: 9.22 KB Download (99): Generic Protocol Framework 1.0 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 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 17, 2010 | Visits: 880

Lemonldap::Handlers::Generic Lemonldap::Handlers::Generic is a Perl extension for Lemonldap sso system. Lemonldap::Handlers::Generic4a2 - Handler for Apache2 Lemonldap SSO system SYNOPSIS In httpd.conf ..... perltranshandler Lemonldap::Handlers::Generic4a2 ..... Generic4a2 is the central piece of websso... Platforms: *nix

License: Freeware Size: 24.58 KB Download (89): Lemonldap::Handlers::Generic Download

Added: July 03, 2010 | Visits: 1.858

PHP Generic Access Control List PHP Generic Access Control List is a PHP class that offers Web developers a simple, yet immensely powerful "drop in" permission system for their current Web-based applications.. Platforms: *nix

License: Freeware Size: 2.6 MB Download (103): PHP Generic Access Control List 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: April 03, 2010 | Visits: 960

Rose::Object::MakeMethods::Generic Rose::Object::MakeMethods::Generic is a Perl module that can create simple object methods. SYNOPSIS package MyObject; use Rose::Object::MakeMethods::Generic ( scalar => [ power, error, ], scalar --get_set_init => name, boolean --get_set_init => is_tall, boolean => [ is_red,... Platforms: *nix

License: Freeware Size: 28.67 KB Download (97): Rose::Object::MakeMethods::Generic Download

Added: March 02, 2010 | Visits: 1.038

GENeric Radio IP GENRIP is a kernel driver (presently for Linux only) that enables you to carry ethernet frames over generic low-speed/low-power serial radios, such as Microhards MHX series radios. It is intended to speed up the development cycle for those creating low-powered Embedded telemetry and SCADA... Platforms: *nix

License: Freeware Size: 24.58 KB Download (95): GENeric Radio IP Download

Added: August 10, 2010 | Visits: 1.079

SOAP::XML::Client::Generic SOAP::XML::Client::Generic is a Perl module to talk with generic webservices, e.g. not .net. This package helps in talking with SOAP webservers, it just needs a bit of XML thrown at it and you get some XML back. Its designed to be REALLY simple to use, it doesnt try to be cleaver in any way... Platforms: *nix

License: Freeware Size: 9.22 KB Download (140): SOAP::XML::Client::Generic Download

Added: October 16, 2010 | Visits: 759

Class::MakeMethods::Template::Generic Class::MakeMethods::Template::Generic Perl module contains templates for common meta-method types. SYNOPSIS package MyObject; use Class::MakeMethods ( Template::Hash:new => [ new ], Template::Hash:scalar => [ foo ] Template::Static:scalar => [ bar ] ); package main; my $obj =... Platforms: *nix

License: Freeware Size: 153.6 KB Download (87): Class::MakeMethods::Template::Generic Download

Added: February 18, 2010 | Visits: 1.413

Message Level Authentication for WebMail Message Level Authentication for WebMail is a Firefox extension that authenticates mail from Message Level Network users, Mail Reputation provided by Sender Score for each message and Anti-Phishing Data from PhishTank. Registration is FREE but not required. Currently works with the following... Platforms: *nix

License: Freeware Size: 153.6 KB Download (100): Message Level Authentication for WebMail Download

Added: June 03, 2010 | Visits: 1.302

C Generic Library C Generic Library is a generic data structure library is a bunch of data structures that are designed and created in as generic a fashion as possible. Each data structure will contain its own basic memory management, be able to handle any object type, and hopefully constraint to strict... Platforms: *nix

License: Freeware Size: 26.62 KB Download (108): C Generic Library Download

Added: June 02, 2010 | Visits: 1.616

Directory Server NT Authentication Module 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 domain credentials (including password) and... Platforms: *nix

License: Freeware Size: 1.7 MB Download (97): Directory Server NT Authentication Module Download

Added: January 04, 2010 | Visits: 926

Courier Authentication Library Courier Authentication Library is an API toolkit for implementing password validation and account metadata lookups. Copies of this library code used to exist in other tarballs: Courier, Courier-IMAP, and SqWebMail. Building and installing any of these packages wouldve automatically installed this... Platforms: *nix

License: Freeware Size: 6.3 MB Download (95): Courier Authentication Library Download

Added: June 26, 2010 | Visits: 1.267

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

1 2 3 4 5 >