Linux SoftwareInternetHTTP (WWW)mod_auth_ora8 2.0

mod_auth_ora8 2.0


mod_auth_ora8 is an Oracle Authentication Module. I wrote this module because currently there is no module to do this
Developer:   Ben Reser
      more software by author →
Price:  0.00
License:   Freely Distributable
File size:   0K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


mod_auth_ora8 is an Oracle Authentication Module.

I wrote this module because currently there is no module to do this. You can do it with mod_perl and the DBI interfaces therein. However, copiling in a copy of Perl seems like a bit of an overkill just for a simple authentication routine such as this.

This Module is largely based on the mod_auth_msql module and as a result all of it's copyright appears below. I'm releasing this code under the same licensing agreements as is set forth above in the orignal Apache Group license.

For the most recent information on this module please look at: http://ben.reser.org/mod_auth_ora/

Outline:

This module allows access control using the commercial Oracle8 database.

An example table could be:

create table user_records (
user_id varchar2(32) primary key,
passwd varchar2(32),
grp varchar2(32)
);

The user_id can be as long as desired; however some of the popular web browsers truncate, or stop the user from entering names longer than 32 characters. Furthermore the 'crypt' function on your platform might impose further limits. Also use of the 'require users uid [uid..]' directive in the access.conf file, where the user ids are separated by spaces can possibly prohibit the use of spaces in your user-names. Also, not the MAX_FIELD_LEN define somewhere below.

To use the above, the following example could be in your access.conf file. Also there is a more elaborate description afther this example.

Requirements:
  • Oracle 8
  • Apache 1.3
    tags this module  mod auth  the user  conf file  access conf  

    Download mod_auth_ora8 2.0


     http://ben.reser.org/mod_auth_ora/mod_auth_ora8.c


    Authors software

    mod_auth_ora8 2.0 (by Ben Reser)
    mod_auth_ora8 is an Oracle Authentication Module.

    I wrote this module because currently there is no module to do this

    mod_auth_ora7 1.0 (by Ben Reser)
    mod_auth_ora7 is an Oracle Authentication Module.

    I wrote this module because currently there is no module to do this


    Similar software

    mod_auth_ora8 2.0 (by Ben Reser)
    mod_auth_ora8 is an Oracle Authentication Module.

    I wrote this module because currently there is no module to do this

    mod_auth_ora7 1.0 (by Ben Reser)
    mod_auth_ora7 is an Oracle Authentication Module.

    I wrote this module because currently there is no module to do this

    DBD::Oracle 1.19 (by Tim Bunce)

    mod_auth_pgsql 2.0.3 (by Giuseppe Tanzilli)
    mod_auth_pgsql Apache module allows user authentication (and can log authethication requests) against information stored in a Postgre

    AuthPG 1.5 (by Min Sik Kim)
    AuthPG is a PostgreSQL Authentication Module.

    PostgreSQL Authentication Module (AuthPG) enables Apache to authenticate users with

    Apache::AuthPerLDAP 0.5 (by Henrik Strom)
    Apache::AuthPerLDAP is a mod_perl PerLDAP Authentication Module.

    SYNOPSIS

    < Directory /foo/bar >
    # Authentication Real

    mod_auth_aix 1.4 (by Markus Zahn)
    "Loadable Authentication Modules" are AIX's way to extend the identification and authentication functions of the operating system

    PAM Lockout Module 0.1 (by Brian Weaver)
    PAM Lockout Module is a PAM module is used to lockout users or groups from access to the machine

    Mod_Authz_Unixgroup 1.0.0 (by Jan Wolter)
    If you are having users authenticate with real Unix login ID over the net, using something like my mod_authnz_external / pwauth combi

    mod_auth_sqlite 0.12 (by Tomohiro IKEBE)
    mod_auth_sqlite module provides Apache user authentication using SQLite


    Other software in this category

    SquirrelMail 1.5.1 (by The SquirrelMail Project Team)
    SquirrelMail is a standards-based Webmail package written in PHP4

    Tiki CMS/Groupware 1.9.7 (by Luis Argerich)

    Downloader for X 2.5.7 (by Chuchelo)
    Downloader for X is a tool for downloading files from the Internet via both HTT

    Links 2.1pre26 (by Martin Pergel)
    Links is graphics and text mode WWW browser, similar to Lynx

    Mozilla Firefox 1.5.0.8 (by Mozilla Project)

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags