Tool Download

mod_authnz_ibmdb2

Apache authentication module for IBM DB2

Tool Name:

mod_authnz_ibmdb2

Tool Version: 2.2.6

Tool Type: Freeware

Tool Cost In: 0 US$

Tool Target Platform: Linux

Tool OS Support: Linux,Linux Console,Linux Gnome,Linux GPL,Linux Open Source

Limitations: No limitations

Tool Info URL: Click to view

Video 1: Link for download

Video 2: Link for download

Download 1: Click to download

Download 2: Click to download

Short Description:
mod_authnz_ibmdb2 is an Apache authentication module using IBM DB2 as the backend database for storing user and group information. The module supports several encryption methods. I also provide UDFs and Stored Procedures to generate and validate.

Long Description 1:
mod_authnz_ibmdb2 is an Apache authentication module using IBM DB2 as the backend database for storing user and group information. The module supports several encryption methods. I also provide UDFs and Stored Procedures to generate and validate hashes in DB2. They are compatible to the functions that are used in Apache's htpasswd utility.

Long Description 2:
mod_authnz_ibmdb2 is an Apache authentication module using IBM DB2 as the backend database for storing user and group information. The module supports several encryption methods. I also provide UDFs and Stored Procedures to generate and validate hashes in DB2. They are compatible to the functions that are used in Apache's htpasswd utility. runs under Apache 2.2.x and later user authentication: bcrypt (APR-util 1.5.0) md5 normal md5 hash (32 chars as in php) seeded md5 value (as generated with Apache's htpasswd utility or as in /etc/shadow) crypt sha1 sha256 plain text no password (checks only if user exists) if passwords are encrypted, the validation process checks the kind of encryption method stored procedure support support for user and group conditions (restricting result set of query) caching support for users and groups UDFs and SPs to generate and validate hashes in DB2 php scripts for importing users into DB2 man pages Requirements: IBM DB2, Apache Portable Runtime