Do you mean max connection time before logging in again?  In that case,

you usually just need to add

Session-Timeout = xxx

Yes.

I have looked into various files and can not find out where I enter this
setting. Kindly, point out the file & the location (or the module),
where I enter this command?


The users file. Read man 5 users and the comments in the file named users.

If you want this for everyone.

DEFAULT
        Session-Timeout = 7200


You can also make it so only certain users get it depending on something.

DEFAULT NAS-IP-Address == 1.1.1.1
        Session-Timeout = 7200


Or

DEFAULT Ldap-Group == dial
        Session-Timeout = 7200


Or individual users

bob     User-Password == password
        Session-Timeout = 7200


etc..


- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to