Main > Free Download Search >

Free wikid strong authentication system 3.0.10 software for linux

wikid strong authentication system 3.0.10

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7678
WiKID Strong Authentication System 3.0.10

WiKID Strong Authentication System 3.0.10


WiKID is a two-factor authentication system. more>> <<less
Download (MB)
Added: 2007-06-12 License: Other/Proprietary License Price:
866 downloads
 
Other version of WiKID Strong Authentication System
WiKID Strong Authentication System 2.0 Build 109 (Enterprise Edition Server)WiKID is a two-factor authentication system. WiKID Strong Authentication System 2.0 Build
License:GPL (GNU General Public License)
Download (MB)
884 downloads
Added: 2007-05-23
WiKID Strong Authentication System 1.0.6 (Firefix Extension Token Client)WiKID Strong Authentication System is a highly scalable, secure two-factor authentication ...WiKID Strong Authentication System is a highly scalable
License:Other/Proprietary License
Download (2.2MB)
954 downloads
Added: 2007-03-14
OpenVPN authentication server 0.10

OpenVPN authentication server 0.10


OpenVPN authentication server is a project which allows you to add very flexible authentication for your OpenVPN server. more>>
OpenVPN authentication server is a project which allows you to add very flexible authentication for your OpenVPN server.
OpenVPN authentication server provides very flexible authentication (LDAP, Kerberos, Radius, PAM, SASL, File, SQL, IMAP, POP3) for your OpenVPN server. You can also retrieve per-client configuration in your LDAP server.
Main features:
- Very flexible authentication configuration
- Chainable authentication backends. You can mix several authentication backends
- Authentication server written in perl
- Authentication server can run completely in chroot (recommended)
- Authentication client written in C
- Authentication client can run completely in chroot if OpenVPN server is chrooted
- Supports almost all existing authentication backends.
- Supported authentication backends:
- LDAP
- Kerberos5 (works also with Microsoft AD)
- any SQL database supported by perl DBI driver
- IMAPv4 server
- POP3 server
- plain file
- SASL library
- PAM library
- Radius service
- custom certificate validation algorithm.
<<less
Download (0.048MB)
Added: 2007-03-30 License: BSD License Price:
958 downloads
SMK PHP Authentication Class 1.0.1

SMK PHP Authentication Class 1.0.1


SMK PHP Authentication Class package can be used to authenticate users against a MySQL database of user records. more>>
SMK PHP Authentication Class package can be used to authenticate users against a MySQL database of user records.
It can verify whether there is a record for an active user given the user name and password. If the authentication succeeds, it creates a record for a new session in another database table.
The new session identifier is set to a session cookie. This cookie can be verified in subsequent accesses to determine whether the user was previously authenticated and the session did not expire.
Installing:
- Import the "script.sql" in your MySQL Database (It adds a default user "Testman", password "t")
- Alter the db.inc.php accourding to your system setup. Please adjust the SESSION timeout since it is maybe to high for you.
- Build a login page similar to my example "login.php". you should include the two files
require_once(auth.class.php);
require_once(db.inc.php);
- in all the "registered only" pages include "require_once(auth.php);" on top. Please check "index.php"
Enhancements:
- A new behaviour option for session timeout was added.
- By setting or unsetting the _TIMEOUT_ABSOLUTE constant in "db.inc.php" you can determine if the Session timeout is relative to the login time or relative to last user activity (page reload or sumbision).
<<less
Download (0.012MB)
Added: 2006-05-15 License: GPL (GNU General Public License) Price:
1271 downloads
NTLM authentication library 0.3.10

NTLM authentication library 0.3.10


libntlm is a library that implement Microsofts NTLM authentication. more>>
NTLM authentication library (libntlm) is a library that implement Microsofts NTLM authentication.
However, the packaging of libntlm lacked certain things, such as having build problems, lacking shared library support, lacking autoconf macro for use in other applications, lacking pkg-config support, and more. So this page distributes an improved version of the library; called Libntlm.
Libntlm is licensed under the GNU Lesser General Public License.
Projects using Libntlm include GNU SASL.
Enhancements:
- This release adds new APIs to access the SMBencrypt and SMBNTencrypt functions.
- The library is now linked with -no-undefined to enable building a Windows DLL.
<<less
Download (0.34MB)
Added: 2006-03-24 License: LGPL (GNU Lesser General Public License) Price:
1323 downloads
vAuthenticate 3.0.1

vAuthenticate 3.0.1


vAuthenticate provides a revolutionary authentication script which uses PHP and MySQL for fast processing. more>>
vAuthenticate provides a revolutionary authentication script which uses PHP and MySQL for fast processing.

vAuthenticate is an authentication system which can integrate with any existing website that meets the requirements.

It works well with vNews and vPoll. vAuthenticate provides a gatekeeper wherein any user or admin must satisfy the password verification to either log in (user) to a protected area or administer (admin) the vAuthenticate admin control panel.

<<less
Download (0.043MB)
Added: 2007-04-20 License: GPL (GNU General Public License) Price:
920 downloads
Directory Server NT Authentication Module 2.0.3

Directory Server NT Authentication Module 2.0.3


Directory Server NT Authentication Module provides a plugin allowing LDAP authentication via an NT domain account. more>>
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 attempts to authenticate via the SMB protocol with those credentials.
The second part is a plugin which takes an LDAP DN and password and discovers the DNs NT domain identifier (if the entry has such an ID).
The daemon will only listen on localhost, so the credentials are not exposed via the network, and it does not run as root, so that compromise can be limited.
It attempts to locate all the domain controllers for an arbitrary domain, so failure of one DC does not cause the module to fail the authentication attempt unless no DC can be found that will accept the credential.
Enhancements:
- Minor change - new parameter in ntauth-config.txt "null_password_fail". If set to non-zero, then this causes a password bind with a non-NULL dn and a NULL password to generate "INVALID CREDENTIALS". By default, this parameter is off (which means silently assign the anonymous identity to the post bind LDAP session - which is the correct thing to do, according to the LDAP spec).
<<less
Download (1.7MB)
Added: 2007-03-16 License: GPL (GNU General Public License) Price:
953 downloads
CGI::Application::Plugin::Authentication::Store 0.11

CGI::Application::Plugin::Authentication::Store 0.11


CGI::Application::Plugin::Authentication::Store is a base module for building storage classes. more>>
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);

sub fetch {
my $self = shift;
my @params = @_;
...
}

sub save {
my $self = shift;
my %params = @_;
...
}

sub delete {
my $self = shift;
my @params = @_;
...
}

This module is a base class for all storage classes for the CGI::Application::Plugin::Authentication plugin. Each storage class is required to provide three methods that fetch, save and delete data from the store. The information that is saved will be text based, so there is no need to flatten any of the data that is to be stored.

<<less
Download (0.046MB)
Added: 2006-09-02 License: Perl Artistic License Price:
1148 downloads
Courier Authentication Library 0.59

Courier Authentication Library 0.59


Courier Authentication Library is an API toolkit for implementing password validation and account metadata lookups. more>>
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 authentication code.
The authentication library is now a separate, standalone package. This authentication library must now be installed, separately, before upgrading to the following builds (or if installing them for the first time): Courier 0.48, Courier-IMAP 4.0, and SqWebMail 5.0.
The Courier authentication library provides authentication services for other Courier applications. In this context, the term "authentication" refers to the following functions:
1. Take a userid or a loginid, and a password. Determine whether the loginid and the password are valid.
2. Given a userid, obtain the following information about the userid:
A. The accounts home directory.
B. The numeric system userid and groupid that owns all files associated with this account.
C. The location of the accounts maildir.
D. Any maildir quota defined for this account. See the Courier documentation for more information on maildir quotas.
E. Other miscellaneous account-specific options.
3. Change the password associated with a loginid.
4. Obain a complete list of all loginids.
The Courier authentication library provides alternative implementations of these authentication services:
1. Use the traditional system password files: /etc/passwd and /etc/shadow, possibly in conjunction with the PAM library.
2. Maintain all this information in a GDBM or a DB database. The GDBM or the DB database is compiled from plain text files. Perl scripts provide a simple interface for creating and editing the authentication information, then a script compiles the plain text files into a database.
3. Use an LDAP server for authentication.
4. Use a table in a MySQL database for authentication.
5. Use a table in a PostgreSQL database for authentication.
All Courier components that use this authentication library, therefore, will be able to authenticate E-mail accounts using any of the above methods.
Enhancements:
- This release fixes many compiler warnings, updates the LDAP API to OpenLDAP 2.3, tweaks the Makefile to make Solariss linker happy, and cleans up the RPM spec file.
<<less
Download (6.3MB)
Added: 2006-12-31 License: LGPL (GNU Lesser General Public License) Price:
1028 downloads
CGI::Application::Plugin::Authentication::Store::Cookie 0.12

CGI::Application::Plugin::Authentication::Store::Cookie 0.12


CGI::Application::Plugin::Authentication::Store::Cookie is a Cookie based Store. more>>
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", NAME => CAPAUTH_DATA, EXPIRY => +1y],
);

This module uses a cookie to store authentication information across multiple requests. It works by creating a cookie that contains the information we would like to store (like the name of the user that is currently authenticated), and then base64 encoding the data. In order to ensure that the information is not manipulated by the end-user, we include a CRC checksum that is generated along with our secret. Since the user does not know the value of the secret, they will not be able to recreate the checksum if they change some of the values, so we will be able to tell if the information in the cookie has been manipulated.

<<less
Download (0.047MB)
Added: 2007-01-27 License: Perl Artistic License Price:
1000 downloads
CGI::Application::Plugin::Authentication::Driver 0.11

CGI::Application::Plugin::Authentication::Driver 0.11


CGI::Application::Plugin::Authentication::Driver is a base module for building driver clasees for CGI::Application::Plugin:Auth. more>>
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 verify_credentials {
my $self = shift;
my @credentials = @_;

if ( >>> Validate Credentials [ DBI,
DSN => ...,
TABLE => users,
CONSTRAINTS => {
username => __CREDENTIAL_1__,
MD5:password => __CREDENTIAL_2__,
}
],

Here we are saying that the password field is encoded using an MD5 hash, and should be checked accordingly.

<<less
Download (0.046MB)
Added: 2006-09-05 License: Perl Artistic License Price:
1144 downloads
CGI::Application::Plugin::Authentication::Store::Session 0.12

CGI::Application::Plugin::Authentication::Store::Session 0.12


CGI::Application::Plugin::Authentication::Store::Session is a session based store. more>>
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 to store authentication information across multiple requests. It depends on the CGI::Application::Plugin::Session plugin being present. Actually, it only requires that there be a session method in the CGI::Application module that will return a valid CGI::Session object.

METHODS

fetch

This method accepts a list of parameters and fetches them from the session.

save

This method accpets a hash of parameters and values and saves them into the session.

delete

This method accepts a list of parameters and deletes them from the session.

<<less
Download (0.047MB)
Added: 2007-01-24 License: Perl Artistic License Price:
1003 downloads
PHP-Authentication 1.3.5

PHP-Authentication 1.3.5


PHP-Authentication provides a Tomcat-like authentication for PHP. more>>
PHP-Authentication provides a Tomcat-like authentication for PHP.
You give the source to authenticate against (DB, file, XML-RPC, etc.) and the directories that shall be protected, and the class handles the rest.
No including of any call to a class method on every page is necessary. You can also use it as if it were a standard Auth-class, using a call to "isLoggedIn" on every page that shall be protected.
Whats New in 1.3.3 Release:
- added logging, use option logFile
- clean up the session handling, remove global-use
- fix some win-issues
- optimize the isUrlProtected method, to work better on win
Whats New in 1.3.5 Release:
- first implementation of SOAP
<<less
Download (0.032MB)
Added: 2007-02-24 License: The PHP License Price:
979 downloads
CGI::Application::Plugin::Authentication::Driver::Dummy 0.12

CGI::Application::Plugin::Authentication::Driver::Dummy 0.12


CGI::Application::Plugin::Authentication::Driver::Dummy is a dummy authentication driver. more>>
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 CGI::Application::Plugin::Authentication;

__PACKAGE__->authen->config(
DRIVER => Dummy,
);

This Driver is the anti-authentication driver, since it doesnt check the credentials at all, and just accepts whatever the user has entered. It can be useful in development, or if you want a guest based system without passwords.

EXAMPLE

__PACKAGE__->authen->config(
DRIVER => Dummy,
);

METHODS

verify_credentials

This method will automatically return the first credential as the username without checking anything else.

<<less
Download (0.047MB)
Added: 2007-01-24 License: Perl Artistic License Price:
1004 downloads
CGI::Application::Plugin::Authentication::Driver::DBI 0.12

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


CGI::Application::Plugin::Authentication::Driver::DBI is a DBI Authentication driver. more>>
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 => __CREDENTIAL_1__,
MD5:user.password => __CREDENTIAL_2__
},
],
);

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.

DBH

The DBI database handle to use. Defaults to $self-dbh()>, which is provided and configured through CGI::Application::Plugin::DBH

TABLE(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 => [users U, domains D],
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,

<<less
Download (0.047MB)
Added: 2007-01-24 License: Perl Artistic License Price:
1004 downloads
Distributed Access Control System 1.4.20

Distributed Access Control System 1.4.20


Distributed Access Control System is a complete, light-weight, single sign-on and role-based access control system. more>>
Distributed Access Control System is a complete, light-weight, single sign-on and role-based access control system distributed under an open source license. It provides:
- extended authentication and role-based access control capabilities for Apache-based web services, CGI programs, and virtually any program or script;
- a wide array of flexible, modular, and efficient authentication methods, including two-factor authentication and hardware tokens;
- powerful, rule-based authorization checking that can be applied transparently to any resource or activity (such as web services, web content, and program features) by Apache-based web services and CGI programs, or virtually any program or script;
- an Apache 2.0/2.2 module, suite of CGI programs, and collection of command line tools for Unix-type platforms, such as Linux, FreeBSD, and Solaris.
Enhancements:
- This release includes an important bugfix to local_passwd_authenticate that prevents invalid passwords from being accepted.
- Some minor bugs have also been addressed, including some problems with dacs.quick(7).
<<less
Download (MB)
Added: 2007-08-16 License: GPL (GNU General Public License) Price:
803 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5