"Fossies" - the Fresh Open Source Software Archive

Member "mod_auth_radius-1.5.7/index.html" (27 Mar 2003, 2646 Bytes) of package /linux/www/apache_httpd_modules/old/mod_auth_radius-1.5.7.tar.gz:


Caution: In this restricted "Fossies" environment the current HTML page may not be correctly presentated and may have some non-functional links. You can here alternatively try to browse the pure source code or just view or download the uninterpreted raw source code. If the rendering is insufficient you may try to find and view the page on the mod_auth_radius-1.5.7.tar.gz project site itself.

mod_auth_radius: The RADIUS authentication module for the Apache webserver

This is the Apache RADIUS authentication module. It allows any Apache web-server to become a RADIUS client for authentication and accounting requests. You will, however, need to supply your own RADIUS server to perform the actual authentication.


Module building and configuration

Configure this module into Apache by going to the Apache root directory, and typing:
     ./configure --add-module=LOCATION/mod_auth_radius.c
where LOCATION is the directory where the module source file resides. Then, type
     make
Alternatively, if you've already built and installed Apache with dynamic modules, you should be able to install this module via:
     apxs -i -a -c mod_auth_radius.c
You should add your additional site configuration options to the configure line, above. Please read the README file for further information.


Files included with the module

README Introduction and documentation
httpd.conf Sample HTTPD configuration file for RADIUS attributes, with additional comments and documentation.
htaccess Sample .htaccess file
mod_auth_radius.c C source file for Apache 1.3.x
mod_auth_radius-2.0.c C source file for Apache 2.0


Updates

The latest version of the module is 1.5.7.

For the latest source code, see the main web or ftp site:

http://www.freeradius.org/mod_auth_radius/
ftp://ftp.freeradius.org/pub/radius/mod_auth_radius.tar


Author contact

Alan DeKok <aland@freeradius.org>


Related pages

The Apache HTTP server project
The Apache Module Registry
mod_auth_radius: another variant


$Id: index.html,v 1.9 2003/03/27 16:31:51 aland Exp $