sesman.ini - Configuration file for xrdp-sesman(8)
sesman.ini consists of several sections. Each section starts with the
section name in square brackets, followed by a list of parameter=value
lines. Following sections are recognized:
[Globals]
Global configuration
[Logging]
Logging subsystem
[Sessions]
Session management
[Security]
Access control
[X11rdp], [Xvnc], [Xorg]
X11 server settings for supported servers
[Chansrv]
Settings for xrdp-chansrv(8)
[SessionVariables]
Environment variables for the session
All parameters and values (except for file names and paths) are case
insensitive, and are described in detail below. If any parameter is
specified more than once, the last entry will be used. Options
specified outside their proper section will be ignored.
Following parameters can be used in the [Globals] section.
ListenAddress=ip address
xrdp-sesman listening address. If not specified, defaults to
0.0.0.0 (all interfaces).
ListenPort=port number
xrdp-sesman listening port. If not specified, defaults to 3350.
EnableUserWindowManager=[true|false]
If set to 1, true or yes, this option enables user specific
startup script. That is, xrdp-sesman will execute the script
specified by UserWindowManager if it exists.
UserWindowManager=filename
Name of the startup script relative to the user's home
directory. If present and enabled by EnableUserWindowManager,
that script is executed instead of DefaultWindowManager.
DefaultWindowManager=filename
Full path to the default startup script used by xrdp-sesman to
start a session if the user script is disabled or missing.
Following parameters can be used in the [Logging] section.
LogFile=filename
Log file path. It can be either absolute or relative. If not
specified, defaults to ./sesman.log
LogLevel=level
This option can have one of the following values:
CORE or 0 - Log only core messages. Those messages are logged
regardless of the selected logging level.
ERROR or 1 - Log only error messages.
WARNING, WARN or 2 - Logs warnings and error messages.
INFO or 3 - Log errors, warnings and informational messages.
DEBUG or 4 - Log everything. If xrdp-sesman is compiled in debug
mode, this options will output many more low-level messages.
EnableSyslog=[true|false]
If set to 1, true or yes, this option enables logging to syslog.
SyslogLevel=level
Logging level for syslog. It can have the same values as
LogLevel. If SyslogLevel and LogLevel differ, the least verbose
setting takes effect for syslog.
Following parameters can be used in the [Sessions] section.
X11DisplayOffset=number
The first X display number available for xrdp-sesman. This
prevents xrdp-sesman from interfering with real X11 servers. If
not specified, defaults to 10.
MaxSessions=number
Sets the maximum number of simultaneous sessions. If not set or
set to 0, unlimited session are allowed.
KillDisconnected=[true|false]
If set to 1, true or yes, every session will be killed within 60
seconds after the user disconnects.
IdleTimeLimit=number
This option is currently ignored! Time limit before an idle
session is disconnected. If set to 0, automatic disconnection is
disabled.
DisconnectedTimeLimit=number
Sets the time limit (in seconds) before a disconnected session
is killed. If set to 0, automatic killing is disabled.
Policy=[Default|UBD|UBI|UBC|UBDI|UBDC]
Session allocation policy. By default, a new session is created
for the combination <User,BitPerPixel> when using Xrdp, and for
the combination <User,BitPerPixel,DisplaySize> when using Xvnc.
This behavior can be changed by setting session policy to:
UBD - session per <User,BitPerPixel,DisplaySize>
UBI - session per <User,BitPerPixel,IPAddr>
UBC - session per <User,BitPerPixel,Connection>
UBDI - session per <User,BitPerPixel,DisplaySize,IPAddr>
UBDC - session per <User,BitPerPixel,DisplaySize,Connection>
Note that the User and BitPerPixel criteria cannot be turned
off. For Xvnc connections, DisplaySize is always enabled as
well.
Following parameters can be used in the [Security] section.
AllowRootLogin=[true|false]
If set to 1, true or yes, enables root login on the terminal
server.
MaxLoginRetry=number
The number of login attempts that are allowed on terminal
server. If set to 0, unlimited attempts are allowed. If not
specified, defaults to 3.
TerminalServerUsers=group
Only the users belonging to the specified group are allowed to
login on terminal server. If unset or set to an invalid or
non-existent group, login for all users is enabled.
TerminalServerAdmins=group
This option is currently ignored! Only members of this group can
have session management rights.
AlwaysGroupCheck=[true|false]
If set to 1, true or yes, require group membership even if the
group specified in TerminalServerUsers doesn't exist.
Following parameters can be used in the [X11rdp], [Xvnc] and [Xorg]
sections.
param=string
Multiple param lines are supported. This first line specifies
the path to the X11 server executable. Following lines specify
command line arguments passed to the X11 server.
Following parameters can be used in the [Chansrv] section.
FuseMountName=string
Directory for drive redirection, relative to the user home
directory. Created if it doesn't exist. If not specified,
defaults to xrdp_client.
All entries in the [SessionVariables] section are set as environment variables in the user's session.
/etc/xrdp/sesman.ini
xrdp-sesman(8), xrdp-sesrun(8), xrdp(8), xrdp.ini(5) For more info on xrdp see http://www.xrdp.org/
Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.
Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.
Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.
Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.
The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.
Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.
Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.
Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.