diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-08-13 17:34:16 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-08-13 17:34:16 +0000 |
commit | bcbdfe1e51c8a09f3c9ae5e210a1f1dc245cb6a6 (patch) | |
tree | e700a486b957990308a7eec5c196eb8c48daa5d4 /www/ap2-auth-xradius/MESSAGE | |
parent | a2eba3bdb1edba4e66b0fa304520bb3782ecb277 (diff) | |
download | pkgsrc-bcbdfe1e51c8a09f3c9ae5e210a1f1dc245cb6a6.tar.gz |
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.
Diffstat (limited to 'www/ap2-auth-xradius/MESSAGE')
-rw-r--r-- | www/ap2-auth-xradius/MESSAGE | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/ap2-auth-xradius/MESSAGE b/www/ap2-auth-xradius/MESSAGE new file mode 100644 index 00000000000..a9124fdf1ab --- /dev/null +++ b/www/ap2-auth-xradius/MESSAGE @@ -0,0 +1,13 @@ +=========================================================================== +$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/ + +=========================================================================== |