This is a discussion on Mod_auth_radius v1.4.2 problem within the FreeRADIUS Users forums, part of the Networking and Network Related category; This message is in MIME format. Since your mail reader does not understand this format, some or all of this ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible. ------_=_NextPart_001_01C54CD5.EF4C904F Content-Type: text/plain Hello all. I've been having a very strange problem with mod_auth_radius. I have it configured like so: <IfModule mod_auth_radius.c> AddRadiusAuth x.x.x.x <password> AddRadiusCookieValid 5 </IfModule> ..... <Location /test-radius> AllowOverride None order allow,deny allow from all AuthName "RRS Radius test" AuthType Basic AuthAuthoritative off KrbAuthoritative off AuthRadiusAuthoritative on AuthRadiusCookieValid 60 require valid-user </Location> The above part is in both non-ssl and ssl configurations. The weird part is this works fine when using HTTP. HTTPS breaks, and gives this error: [Fri Apr 29 12:02:10 2005] [crit] [client X.X.X.X] configuration error: couldn't check user. No user file?: /test-radius/auth.cgi All other authentication methods on this box have worked fine for both HTTP and HTTPS: LDAP, Kerberos, NTLM. apache 1.3.33 Thanks for any help, Jason ------_=_NextPart_001_01C54CD5.EF4C904F Content-Type: text/html <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"> <META content="MSHTML 6.00.2800.1492" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=787450516-29042005><FONT face=Arial size=2>Hello all.</FONT></SPAN></DIV> <DIV><SPAN class=787450516-29042005><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=787450516-29042005><FONT face=Arial size=2>I've been having a very strange problem with mod_auth_radius. I have it configured like so:</FONT></SPAN></DIV> <DIV><SPAN class=787450516-29042005><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=787450516-29042005><FONT face="Courier New" size=2><IfModule mod_auth_radius.c></FONT></SPAN></DIV> <DIV><SPAN class=787450516-29042005><FONT face="Courier New" size=2></FONT></SPAN> </DIV> <DIV><SPAN class=787450516-29042005><FONT face="Courier New" size=2>AddRadiusAuth &n bsp; x.x.x.x <password></FONT></SPAN></DIV> <DIV><SPAN class=787450516-29042005><FONT face="Courier New" size=2>AddRadiusCookieValid   ; 5</FONT></SPAN></DIV> <DIV><SPAN class=787450516-29042005><FONT face="Courier New" size=2></FONT></SPAN> </DIV> <DIV><SPAN class=787450516-29042005><FONT face="Courier New" size=2></IfModule></FONT></SPAN></DIV> <DIV><SPAN class=787450516-29042005><FONT face="Courier New" size=2></FONT></SPAN> </DIV> <DIV><SPAN class=787450516-29042005><FONT face="Courier New" size=2>....</FONT></SPAN></DIV> <DIV><SPAN class=787450516-29042005><FONT face="Courier New" size=2></FONT></SPAN> </DIV> <DIV><SPAN class=787450516-29042005><FONT face="Courier New" size=2><Location /test-radius><BR>AllowOverride None<BR>order allow,deny<BR>allow from all</FONT></SPAN></DIV> <DIV><FONT face="Courier New"></FONT> </DIV> <DIV><SPAN class=787450516-29042005><FONT face="Courier New" size=2>AuthName "RRS Radius test"<BR>AuthType Basic<BR>AuthAuthoritative off<BR>KrbAuthoritative off<BR>AuthRadiusAuthoritative on<BR>AuthRadiusCookieValid 60<BR>require valid-user<BR></Location></FONT></SPAN></DIV> <DIV><SPAN class=787450516-29042005><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=787450516-29042005><FONT face=Arial size=2>The above part is in both non-ssl and ssl configurations.</FONT></SPAN></DIV> <DIV><SPAN class=787450516-29042005><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=787450516-29042005><FONT face=Arial size=2>The weird part is this works fine when using HTTP. HTTPS breaks, and gives this error:</FONT></SPAN></DIV> <DIV><SPAN class=787450516-29042005><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=787450516-29042005><FONT face=Arial size=2>[Fri Apr 29 12:02:10 2005] [crit] [client X.X.X.X] configuration error: couldn't check user. No user file?: /test-radius/auth.cgi</FONT></SPAN></DIV> <DIV><SPAN class=787450516-29042005><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=787450516-29042005><FONT face=Arial size=2>All other authentication methods on this box have worked fine for both HTTP and HTTPS: LDAP, Kerberos, NTLM.</DIV> <DIV><BR></DIV></FONT></SPAN> <DIV><SPAN class=787450516-29042005><FONT face=Arial size=2>apache 1.3.33</FONT></SPAN></DIV> <DIV><SPAN class=787450516-29042005><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=787450516-29042005><FONT face=Arial size=2>Thanks for any help,</FONT></SPAN></DIV> <DIV><SPAN class=787450516-29042005><FONT face=Arial size=2>Jason</FONT></SPAN></DIV></BODY></HTML> ------_=_NextPart_001_01C54CD5.EF4C904F-- - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |