Hi guys
 I have a strange problem and i tried to work on that without any 
success, so i need yours help
  
i installed ser, freeradius-1.0.2, radiusclient-0.4.8.
  
I am trying to authenticate ser users through radius (mysql).
  
inside my ser.cfg
 -------------------------------------------
 
         if (method=="REGISTER")
         {
                 log(1, "REGISTER: Authenticating user\n");
                 if (!radius_www_authorize(""))        
                 {
                         log(1, "REGISTER: challenging user\n");
                         www_challenge("", "0");
                         break;
                 };
                 #setflag(1);
                 save("location");
                 sl_send_reply("200","ok");
                 break;
         };
 ------------------------------------------------------------------
  
the problem that i don't see any requests coming to the radius
server.
  
i checked the freeradius installation with "radtest" and it's working 
correctly (the authentication is going through the mysql ).
also checked with radtest from different host and it's working ,but when it's coming to ser on localhost, i can't see anything happens in the radius.
furthermore i know it's going inside this "if" because i can see the logs and i see the "REGISTER:challenging user" message.
 the only problem what  i don't see anything at radius log. it's seems like radiusclient from ser not talking to the radius server, can it be any "version" problem ??
  
  Thank you guys for any help.

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com