Topic: Calling chillispot to auth machine access
Hi. We've been using Chillispot for years for our public Internet access (we're a public institution giving free Internet access to our citizens) and it's always been great.
Now we'd like to find a way to limit the time a user can be logged in into a Linux machine. The idea would be to login into the machine using chillispot (using radlogin or something else, for example) in order to have the session-timeout and to have a unique point of management for users. At the end of the time, a script should be disconnecting the user, maybe killing the X server or so. No problems for the scripts and so, but I don't know how to make chillispot manage the machine login.
I think (but I might be wrong) I must do something from the login.radius script but...what?
Using radlogin I'm able to make users login, now I'd need to:
pass this information to chillispot and
know the session-timeout to setup the kill script.
Any idea? Thank you very much.