26 Jun
2012
26 Jun
'12
6:31 a.m.
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