Some customers would like more control over their environments, specifically which client version their users are connecting with. We should investigate support for restricting logins to a specific client version, build number, and/or customizable user agent string.
Created attachment 603 [details] Terminates any session that isn't using a ThinLinc client of version 4.3.0 Until this feature has been implemented, the script found in this attachment can for example be added to /opt/thinlinc/etc/xstartup.d/ to restrict logins to only work for ThinLinc client version 4.3.0.
(In reply to comment #1) > Created an attachment (id=603) [details] > Terminates any session that isn't using a ThinLinc client of version 4.3.0 > > Until this feature has been implemented, the script found in this attachment > can for example be added to /opt/thinlinc/etc/xstartup.d/ to restrict logins to > only work for ThinLinc client version 4.3.0. Note that this script requires zenity on the server.
Created attachment 604 [details] Terminates any session that isn't using a ThinLinc client of version 4.3.0 Fixes a few errors in the previous script