pkgsrc/www/ap2-auth-xradius/MESSAGE
adrianp bcbdfe1e51 mod_auth_xradius provides high performance authentication against
RFC 2865 RADIUS Servers.

Features:
* Supports popular RADIUS Servers including OpenRADIUS, FreeRADIUS and
  commercial servers.
* Distributed Authentication Cache using apr_memcache.
* Local Authentication Cache using DBM.
* Uses standard HTTP Basic Authentication, unlike mod_auth_radius which uses
  cookies for sessions.
2006-08-13 17:34:16 +00:00

13 lines
496 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2006/08/13 17:34:16 adrianp Exp $
In order to use this module in your Apache installation, you need to
add the following to your httpd.conf file:
LoadModule auth_xradius_module lib/httpd/mod_auth_xradius.so
All documentation is available from:
http://www.outoforder.cc/projects/apache/mod_auth_xradius/docs/
===========================================================================