On Tue, Sep 15, 2020 at 5:47 AM Christian Kraus <[email protected]> wrote:
> Hi > > > When setting a time frame for lgin per user (08.00 - 17:00) the login is > not possible out of this range - that ok - but if the user logs in in this > time frame it does not get disconnected after 17:00 - is that possible to > configure so an already logged in user gets disconneted after 17:00 ? > > > I believe, as currently implemented, the time window is only checked at login and I don't think there is any periodic check to see if a user has gone outside of the configured window. I could be wrong about that, I'm just going off of memory of the code. I think the behavior you're trying to achieve would require some additional coding to make Guacamole Client check the current time against the user's configured time, and forcibly disconnect them if they reach that time. -Nick
