Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Internet > HTTP (WWW)

    mod_auth_sdb 0.12

    Download button

    No screenshots available
    Downloads: 309  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Tomohiro IKEBE | More programs
    GPL / FREE
    April 12th, 2006, 17:46 GMT
    ROOT / Internet / HTTP (WWW)

     Read user reviews (0)  Refer to a friend  Subscribe

    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:

    · Apache

    Installation:

    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 install

    CREATE 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-user


    You also use these directives. in your .htaccess

    Product's homepage

      


    TAGS:

    Apache module | user authentication | LibSDB authentication | mod_auth_sdb | Apache | module

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM