Dear sir I have configured Freeradius with mysql authentication.Every thing is working fine even the Session-Timeout is also working. But the Idle-Timeout is not working I just want to reauthenticating the person after certain time.
Radius Dear Sir I followed the following tutorial http://www.howtoforge.com/authentic...ckend-and-webbased-management-with-daloradius
Sir i have checked the url but i am not able to solve it. As when i use Session-Timeout in radreply it is working ie. in radreply table username Session-Timeout == 120 whereas when i used Idle-Timeout instead of Session-Timeout it is not working. Please help in resolving.
Hi Please follow the code in /sql/defaults.sql Here you can check your desired session-timeout reducing/increasing Br// Srijan
Thanks for you reply. I have used INSERT INTO radcheck (UserName, Attribute, op, Value) VALUES ('guest', 'ClearText-Password', ':=', 'bob'); INSERT INTO radreply (UserName, Attribute, op, Value) VALUES ('guest', 'Max-Daily-Session', '==', '600'); INSERT INTO radreply (UserName, Attribute, op, Value) VALUES ('guest', 'Session-Timeout', '==', '120'); INSERT INTO radreply (UserName, Attribute, op, Value) VALUES ('guest', 'Idle-Timeout', '==', '60'); The Session-Timeout and Max-Daily-Session is working file.But the Idle-Timeout is not. Session-Timeout and Max-Daily-Session forces the individual to reauth by disconnecting everything even download and upload. I have given the time of 60 sec but after 60 sec nothing happened,the reauth happens only after 120 sec