pkgsrc/www/ap2-auth-radius/MESSAGE
adrianp 12f58b5600 This is the Apache 2.x RADIUS authentication module. It allows any Apache 2.x
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.
2006-08-09 17:45:56 +00:00

18 lines
719 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2006/08/09 17:45:56 adrianp Exp $
In order to use this module in your Apache installation, you need to
add the following to your httpd.conf file:
LoadModule radius_auth_module lib/httpd/mod_auth_radius.so
NOTE mod_auth_radius by default will try and communicate with a radius
server using port 1645. If you are authenticating against a freeradius
server you will need to manually specify a different port. e.g.
AddRadiusAuth localhost:1812 testing123
Would get mod_auth_radius taking to a default freeradius server on
localhost.
===========================================================================