diff options
author | Jeff Bilyk <jbilyk@gmail.com> | 2013-03-01 11:42:27 -0500 |
---|---|---|
committer | Jeff Bilyk <jbilyk@gmail.com> | 2013-03-01 11:44:21 -0500 |
commit | 43e9b731a9b9671d125a9d09c8d078d0630824b7 (patch) | |
tree | dff484c13177d9606da1103119769c81f8427c6d | |
parent | 671682af4323f11cce947b55dca1467061fdc481 (diff) | |
download | aports-43e9b731a9b9671d125a9d09c8d078d0630824b7.tar.bz2 aports-43e9b731a9b9671d125a9d09c8d078d0630824b7.tar.xz |
main/apache-mod-auth-radius: fix typo in default config
-rw-r--r-- | main/apache-mod-auth-radius/mod-auth-radius.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/apache-mod-auth-radius/mod-auth-radius.conf b/main/apache-mod-auth-radius/mod-auth-radius.conf index 44499221da..68de7cbd51 100644 --- a/main/apache-mod-auth-radius/mod-auth-radius.conf +++ b/main/apache-mod-auth-radius/mod-auth-radius.conf @@ -3,7 +3,7 @@ # HTTP, following the "Negotiate" protocol. # -LoadModule auth_radius_module modules/mod_auth_radius-2.0.so +LoadModule radius_auth_module modules/mod_auth_radius-2.0.so # 5 second timeout AddRadiusAuth radius_server_address:1812 shared_secret 5 |