Thanks Alan, let me try that. So i can apply this only if the Wireless AP is sending packet with Session-Timeout too right? I don't see this setting in Meraki Wireless AP. I'm using ldap and all the authentication just simple username / password from ldap. Is the the exact syntax to apply with? or we should use update reply-message{ Session-Timeout : = 7200 } Thanks in advance Danny On Tue, Apr 23, 2013 at 8:55 PM, <A.L.M.Buxey@lboro.ac.uk> wrote:
Hi,
In which config files do i need to look / edit / add the session timeout in freeradius?
that would depend on how your configuration is done and what options and methods you are using. 'users' file is basic way, SQL tables are another, unlang is yet another way...eg
update reply { Session-Timeout : = 7200 }
stick this into the post-auth section of raddb/sites-available/default (if thats your virtual server in use)
alan
-- Best Regards, Danny