Chapter 14. Server Configuration
• /profiles/ contains parameters for configuring the different session profiles. This folder normally
resides in /opt/thinlinc/etc/conf.d/profiles.hconf
• /utils/ contains parameters used by miscellaneous ThinLinc utilities. Each utility has its own
configuration file, but all parameters are then merged in under /utils when read by the HiveConf
framework.
• /sessionstart/ contains some parameters used during session startup.
• /tlwebadm/ contains parameters for the tlwebadm web configuration interface.
• /webaccess/ contains parameters for the server part of ThinLinc HTML5 browser client.
14.2.1. Parameters in /vsmagent/
In this section, we will describe all the parameters currently used by the VSM agent.
/vsmagent/agent_hostname
Public hostname; the hostname that clients are redirected to. If not defined, the agent will use the
computer’s IP address. This is the default configuration, and means that ThinLinc does not require
DNS to work properly. However, if you are using Network Address Translation (NAT), you must set
this parameter to a IP address or DNS name that all clients can connect to. Example:
agent_hostname = thinlinc.example.com
/vsmagent/allowed_clients
This is the list of VSM servers that should be allowed to connect to this VSM agent and create new
sessions. The localhost is always allowed as well as the IP of the hostname the VSM agent runs on,
and the host specified in the /vsmagent/master_hostname/ parameter.
/vsmagent/default_environment
This subfolder of /vsmagent contains environment variables that should be set in each user’s
session. Example:
[/vsmagent/default_environment]
LANG=sv_SE
LC_CTYPE=sv_SE.UTF-8
FOOBAR=foobar
This will set the LANG environment variable to sv_SE , the LC_CTYPE variable to sv_SE.UTF-8
and the FOOBAR variable to foobar in each user’s session.
Note: Since xstartup is run through /bin/bash --login, files in /etc/profile.d will be
sourced and may override values in [/vsmagent/default_environment]
/vsmagent/default_geometry
The default session size, to be used when clients are not requesting any specific session size.
149
Kommentare zu diesen Handbüchern