Secure Global Desktop Administration Guide > Commands > The tarantella webtopsession logout command

The tarantella webtopsession logout command

Syntax

tarantella webtopsession logout --person pobj...
                               [--format text|quiet]

Description

Ends the webtop session for each person specified. This has the effect of logging them out of their webtop.

Note The Sessions tab in Object Manager lists the webtop sessions related to person objects, profile objects and host objects and allows you to log users out of Secure Global Desktop.

Option Description
--person pobj... Ends the webtop session of the specified person. Use a TFN name for pobj.
--format text | quiet Specifies the output format (default: text). With --format quiet, no messages are displayed and the exit code indicates the number of sessions logged out.

Guest users and anonymous users have unique TFN names, even though they may share the same login profile. To name a guest or anonymous user, use the unique name and not the name of the profile object. For example, .../_dns/newyork.indigo-insurance.com/_anon/1.

Note Make sure you quote any object names containing spaces, for example ".../_ens/o=Indigo Insurance".

Examples

tarantella webtopsession logout \
  --person ".../_ens/o=Indigo Insurance/ou=Marketing/cn=Emma Rald"

Logs out Emma Rald from her webtop.

tarantella webtopsession logout \
  --person .../_dns/newyork.indigo-insurance.com/_anon/1

Ends an anonymous user's webtop session.

Related topics