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: apache 2.2.4 and mod_auth_radius
Author
ruutert



Joined: 24 Sep 2007
Posts: 2

PostPosted: Thu 27 Sep '07 21:43    Post subject: apache 2.2.4 and mod_auth_radius Reply with quote

Hi there,

I get an 404 error after entering correct username and password for mod_auth_radius. This is what i've put in my httpd.conf fie

LoadModule radius_auth_module modules/mod_auth_radius.so

and at the bottom of the .conf file

<IfModule radius_auth_module>
AddRadiusAuth 172.38.20.94:1812 secret 5:1
AddRadiusCookieValid 5
</IfModule>


Then in my .htaccess file (in my wwwroot/test folder) i put the following lines:

AuthType Basic
AuthName "RADIUS authentication for localhost"

#AuthAuthoritative off

AuthRadiusAuthoritative on
AuthRadiusCookieValid 5

AuthRadiusActive On
require valid-user


I put a bracket for AuthAuthoritative off, if not, I get an error 500.

With the httpd.conf and .htacces file, i get a popup window by entering the following URL "http://localhost/test/test_radius.php" where I can fill in my username and password.

When I fill in correct username and password I get a 404 error.... It seems like radius doesn't communicatie with something?? I don't get it anymore....what am i doing wrong?

Than I test with the Vacman Middleware 3.0.8 version to manage my users. Then I've installed the Radius CLient Simulator where I can test user accounts. This works great, but I don't know how to solve the above problem.....

Please help me!
Back to top
ruutert



Joined: 24 Sep 2007
Posts: 2

PostPosted: Tue 02 Oct '07 21:47    Post subject: hellow ...... anybody out there who can help me? Reply with quote

PLEASE !?
Back to top
Ali3n0



Joined: 15 Oct 2007
Posts: 1

PostPosted: Mon 15 Oct '07 8:53    Post subject: Re: hellow ...... anybody out there who can help me? Reply with quote

Which Apache version are you running?
What distribution are you using?
Do you see any error message in /var/log/apache for your site?

UPDATE: I apologize, didn't see this is for Apache on windows. Actually I'm experiencing the same problem on a Debian Etch, Apache 2.2.3
Back to top


Reply to topic   Topic: apache 2.2.4 and mod_auth_radius View previous topic :: View next topic
Post new topic   Forum Index -> Apache