Reg: IMSI based authentication.
Dear All, I am using freeradius 2.1.10 + Mysql. I successfully tested user name and password based authentication with radius. Now I want to do IMSI based authentication with radius. Please can anyone help me on how to do IMSI based authentication. Thanks & Best Regards, Malla Reddy,
Hello, On Tue, Jun 26, 2012 at 08:39:39AM +0100, Malla reddy Sama wrote:
Now I want to do IMSI based authentication with radius. Please can anyone help me on how to do IMSI based authentication.
Just use IMSI (3GPP-IMSI? Calling-Station-Id?) as User-Name, then insert "Auth-Type := Accept" line for that username into radcheck table: insert into radcheck(username, attribute, op, value) values ('255019501234567', 'Auth-Type', ':=', 'Accept'); -- With best regards, xrgtn
participants (2)
-
Alexander Gattin -
Malla reddy Sama