logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: mod_auth_radius on windows and with RSA radius server
Author
quixeric



Joined: 05 Oct 2007
Posts: 1

PostPosted: Fri 05 Oct '07 10:11    Post subject: mod_auth_radius on windows and with RSA radius server Reply with quote

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


Reply to topic   Topic: mod_auth_radius on windows and with RSA radius server View previous topic :: View next topic
Post new topic   Forum Index -> Apache