mod_auth_sdb

mod_auth_sdb module provides Apache user authentication using LibSDB.
Download

mod_auth_sdb Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Tomohiro IKEBE
  • Publisher web site:
  • http://shebang.jp/src/apache/

mod_auth_sdb Tags


mod_auth_sdb Description

mod_auth_sdb module provides Apache user authentication using LibSDB. mod_auth_sdb module provides Apache user authentication using LibSDB. SDB is a Simple database library, which provides multiple database support.Requirements:· ApacheInstallation:1) Install LibSDB. See http://siag.nu/libsdb/ for details. you can choose which RDBMS you use. with its configure option.2) Make mod_auth_sdb as a DSO module. modify your Makefile. INC, LIB and apxs path. % make # make installCREATE TABLES The Default Tables are below. CREATE TABLE htpasswd ( user CHAR(16) NOT NULL PRIMARY KEY, passwd CHAR(16) NOT NULL ); CREATE TABLE htgroup ( groupname CHAR(16) NOT NULL, user CHAR(16) NOT NULL ); CREATE UNIQUE INDEX htgroup_uniq_idx ON htgroup(groupname, user);CONFIG EXAMPLE AuthName "SDB Auth" AuthType basic AuthSDBURL mysql:host=localhost:db=auth:uid=www:pwd=xxx # ... require valid-userYou also use these directives. in your .htaccess


mod_auth_sdb Related Software