mod_authnz_ibmdb2 2.2.6
od_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
Requirements
Changes: 2.2.6
- updated man pages