[Serusers] authentication of the ser users

Alex alexander_gav at yahoo.com
Thu Apr 7 10:16:28 CEST 2005


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 ).
 
but when the register request coming to the ser server , i don't see any thing happens on the radius.
 
Thank you guys for any help.
 
 

		
---------------------------------
Do you Yahoo!?
 Yahoo! Mail - You care about security. So do we.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20050407/45c1c4be/attachment.htm>


More information about the sr-users mailing list