Bug 8225 - Tedious to terminate multiple sessions from Web Admin
Summary: Tedious to terminate multiple sessions from Web Admin
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Web Administration (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: MediumPrio
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-12 16:03 CEST by Samuel Mannehed
Modified: 2023-10-02 14:27 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Samuel Mannehed cendio 2023-09-12 16:03:28 CEST
Broken out from bug 2588:

> Select multiple users and run action on them, for example to terminate them all.

Currently, many steps are required to terminate more than one user from Web Admin. A good inspiration is our own tool tlctl which makes this easy:

$ sudo tlctl session list --agent=agent.example.com
USER   DISPLAY  AGENT                   STATUS       AGE
=============================================================
anton  10       agent.example.com       connected    6 day(s)
eric   11       agent.example.com       disconnected 8 day(s)
jens   13       agent.example.com       connected  8 day(s)

Listed 3 session(s).

Note You need to log in before you can comment on or make changes to this bug.