| 
 
 
 | 
| Keep Server Online 
 If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
 
 or
 
 
   
 A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
 
 Thank You! Steffen
 
 Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
 |  | 
 | 
| | 
| | 
|  Topic: mod_auth_radius on windows and with RSA radius server |  |  
| Author |  |  
| quixeric 
 
 
 Joined: 05 Oct 2007
 Posts: 1
 
 
 | 
|  Posted: Fri 05 Oct '07 10:11    Post subject: mod_auth_radius on windows and with RSA radius server |   |  
| 
 |  
| Hi, i've downloaded mod_auth_radius.so compile for windows and did the necessary using Basic authentication to authenticate with RSA radius server. No error when starting apache2 but when i did the authentication test, it brings me no where 
 
 
 
 
 LoadModule radius_auth_module modules/mod_auth_radius.so
 
 <IfModule mod_auth_radius.c>
 AddRadiusAuth 192.168.2.10:1812 testing123 5:3
 AddRadiusCookieValid 5
 </IfModule>
 
 <Location /svn/test>
 DAV svn
 SVNPath D:/svnrepo/test
 AuthType Basic
 AuthName 'RADIUS authentication for localhost'
 #	AuthAuthoritative off
 AuthRadiusAuthoritative on
 AuthRadiusCookieValid 5
 AuthRadiusActive On
 Require valid-user
 </Location>
 |  |  
| Back to top |  |  
 
 | 
 |  | 
 |  |