Hi all,
I'm trying to make use of the freeradius module for Apache (I'm running
2.0.47 on RedHat linux 7.3) but I'm not having much luck. I downloaded
mod_auth_radius-2.0.c from www.freeradius.org website, installed it as a
dynamic module, and updated my httpd.conf based on the sample on the site.
However Apache doesn't appear to be sending any authentication requests to
our radius server - the log file remains empty. We've tested radius from
this server using another application so we know the web server can
communicate with the radius server. Apache doesn't report any sorts of
errors in its error_log either. Below are the relevant parts of my
httpd.conf file. How can I go about debugging this? Any help would be
greatly appreciated.
-Bruce
LoadModule radius_auth_module modules/mod_auth_radius.so
...
<Directory />
AuthType Basic
AuthName "RADIUS"
AuthRadiusActive on
AuthAuthoritative off
AuthRadiusAuthoritative on
require valid-user
Options FollowSymLinks
AllowOverride None
</Directory>
...
AddRadiusAuth 10.42.128.22:1812 testsecret 5:3
AddRadiusCookieValid 0
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html