session wait time after session timeout
Not sure if anyone has done something like this as of yet with freeradius. What I'm trying to achieve (without knowing how to implement) is create a timeout period after a session timeout. IE user is allowed to login for a 4 hour session after which they cannot login again for at least say fifteen minutes, currently users can just login straight back into the system and continue on. Has anyone implemented such a solution and how would I go about achieving the same ? Cory
Cory Robson wrote:
Not sure if anyone has done something like this as of yet with freeradius. What I'm trying to achieve (without knowing how to implement) is create a timeout period after a session timeout.
Shell scripts, or perl scripts. Put the timeout period into a DB, and check it next time the user logs in. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
participants (2)
-
Alan DeKok -
Cory Robson