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
Updates
The latest version of the module is 1.5.4.
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.7 2002/09/10 14:26:46 aland Exp $