2021-11-12 18:56:29 +01:00
|
|
|
{{ ansible_managed | comment(decoration = '; ') }}
|
|
|
|
|
2021-11-03 13:37:46 +01:00
|
|
|
;; See `man 5 sesman.ini` for details
|
|
|
|
|
|
|
|
[Globals]
|
|
|
|
ListenAddress=127.0.0.1
|
|
|
|
ListenPort=3350
|
|
|
|
EnableUserWindowManager=true
|
|
|
|
; Give in relative path to user's home directory
|
|
|
|
UserWindowManager=startwm.sh
|
|
|
|
; Give in full path or relative path to /etc/xrdp
|
|
|
|
DefaultWindowManager=startwm.sh
|
|
|
|
; Give in full path or relative path to /etc/xrdp
|
|
|
|
ReconnectScript=reconnectwm.sh
|
|
|
|
|
|
|
|
[Security]
|
|
|
|
AllowRootLogin=true
|
|
|
|
MaxLoginRetry=4
|
|
|
|
TerminalServerUsers=tsusers
|
|
|
|
TerminalServerAdmins=tsadmins
|
|
|
|
; When AlwaysGroupCheck=false access will be permitted
|
|
|
|
; if the group TerminalServerUsers is not defined.
|
|
|
|
AlwaysGroupCheck=false
|
2024-03-15 21:50:52 +01:00
|
|
|
; When RestrictOutboundClipboard=all clipboard from the
|
2021-11-03 13:37:46 +01:00
|
|
|
; server is not pushed to the client.
|
2024-03-15 21:50:52 +01:00
|
|
|
; In addition, you can control text/file/image transfer restrictions
|
|
|
|
; respectively. It also accepts comma separated list such as text,file,image.
|
|
|
|
; To keep compatibility, some aliases are also available:
|
|
|
|
; true: an alias of all
|
|
|
|
; false: an alias of none
|
|
|
|
; yes: an alias of all
|
|
|
|
RestrictOutboundClipboard=none
|
|
|
|
; When RestrictInboundClipboard=all clipboard from the
|
|
|
|
; client is not pushed to the server.
|
|
|
|
; In addition, you can control text/file/image transfer restrictions
|
|
|
|
; respectively. It also accepts comma separated list such as text,file,image.
|
|
|
|
; To keep compatibility, some aliases are also available:
|
|
|
|
; true: an alias of all
|
|
|
|
; false: an alias of none
|
|
|
|
; yes: an alias of all
|
|
|
|
RestrictInboundClipboard=none
|
2021-11-03 13:37:46 +01:00
|
|
|
|
|
|
|
[Sessions]
|
|
|
|
;; X11DisplayOffset - x11 display number offset
|
|
|
|
; Type: integer
|
|
|
|
; Default: 10
|
|
|
|
X11DisplayOffset=10
|
|
|
|
|
|
|
|
;; MaxSessions - maximum number of connections to an xrdp server
|
|
|
|
; Type: integer
|
|
|
|
; Default: 0
|
|
|
|
MaxSessions={{ xrdp_maxsessions }}
|
|
|
|
|
|
|
|
;; KillDisconnected - kill disconnected sessions
|
|
|
|
; Type: boolean
|
|
|
|
; Default: false
|
2024-03-15 21:50:52 +01:00
|
|
|
; if 1, true, or yes, every session will be killed within DisconnectedTimeLimit
|
|
|
|
; seconds after the user disconnects
|
2021-11-03 13:37:46 +01:00
|
|
|
KillDisconnected={{ xrdp_killdisconnected }}
|
|
|
|
|
2024-03-15 21:50:52 +01:00
|
|
|
;; DisconnectedTimeLimit (seconds) - wait before kill disconnected sessions
|
2021-11-03 13:37:46 +01:00
|
|
|
; Type: integer
|
|
|
|
; Default: 0
|
2024-03-15 21:50:52 +01:00
|
|
|
; if KillDisconnected is set to false, this value is ignored
|
2021-11-03 13:37:46 +01:00
|
|
|
DisconnectedTimeLimit=0
|
|
|
|
|
2024-03-15 21:50:52 +01:00
|
|
|
;; IdleTimeLimit (seconds) - wait before disconnect idle sessions
|
2021-11-03 13:37:46 +01:00
|
|
|
; Type: integer
|
|
|
|
; Default: 0
|
|
|
|
; Set to 0 to disable idle disconnection.
|
|
|
|
IdleTimeLimit=0
|
|
|
|
|
|
|
|
;; Policy - session allocation policy
|
|
|
|
; Type: enum [ "Default" | "UBD" | "UBI" | "UBC" | "UBDI" | "UBDC" ]
|
2024-03-15 21:50:52 +01:00
|
|
|
; "Default" session per <User,BitPerPixel>
|
2021-11-03 13:37:46 +01:00
|
|
|
; "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>
|
|
|
|
Policy={{ xrdp_policy }}
|
|
|
|
|
|
|
|
[Logging]
|
2024-03-15 21:50:52 +01:00
|
|
|
; Note: Log levels can be any of: core, error, warning, info, debug, or trace
|
2021-11-03 13:37:46 +01:00
|
|
|
LogFile=xrdp-sesman.log
|
2024-03-15 21:50:52 +01:00
|
|
|
LogLevel=INFO
|
|
|
|
EnableSyslog=true
|
|
|
|
#SyslogLevel=INFO
|
|
|
|
#EnableConsole=false
|
|
|
|
#ConsoleLevel=INFO
|
|
|
|
#EnableProcessId=false
|
|
|
|
|
|
|
|
[LoggingPerLogger]
|
|
|
|
; Note: per logger configuration is only used if xrdp is built with
|
|
|
|
; --enable-devel-logging
|
|
|
|
#sesman.c=INFO
|
|
|
|
#main()=INFO
|
2021-11-03 13:37:46 +01:00
|
|
|
|
|
|
|
;
|
|
|
|
; Session definitions - startup command-line parameters for each session type
|
|
|
|
;
|
|
|
|
|
|
|
|
[Xorg]
|
|
|
|
; Specify the path of non-suid Xorg executable. It might differ depending
|
2024-03-15 21:50:52 +01:00
|
|
|
; on your distribution and version. Find out the appropriate path for your
|
|
|
|
; environment. The typical path is known as follows:
|
2021-11-03 13:37:46 +01:00
|
|
|
;
|
|
|
|
; Fedora 26 or later : param=/usr/libexec/Xorg
|
|
|
|
; Debian 9 or later : param=/usr/lib/xorg/Xorg
|
|
|
|
; Ubuntu 16.04 or later : param=/usr/lib/xorg/Xorg
|
2024-03-15 21:50:52 +01:00
|
|
|
; Arch Linux : param=/usr/lib/Xorg
|
2021-11-03 13:37:46 +01:00
|
|
|
; CentOS 7 : param=/usr/bin/Xorg or param=Xorg
|
2024-03-15 21:50:52 +01:00
|
|
|
; CentOS 8 : param=/usr/libexec/Xorg
|
|
|
|
; FreeBSD (from 2022Q4) : param=/usr/local/libexec/Xorg
|
2021-11-03 13:37:46 +01:00
|
|
|
;
|
|
|
|
param=/usr/lib/xorg/Xorg
|
2024-03-15 21:50:52 +01:00
|
|
|
; Leave the rest parameters as-is unless you understand what will happen.
|
2021-11-03 13:37:46 +01:00
|
|
|
param=-config
|
|
|
|
param=xrdp/xorg.conf
|
|
|
|
param=-noreset
|
|
|
|
param=-nolisten
|
|
|
|
param=tcp
|
|
|
|
param=-logfile
|
|
|
|
param=.xorgxrdp.%s.log
|
|
|
|
|
|
|
|
[Xvnc]
|
|
|
|
param=Xvnc
|
|
|
|
param=-bs
|
|
|
|
param=-nolisten
|
|
|
|
param=tcp
|
|
|
|
param=-localhost
|
|
|
|
param=-dpi
|
|
|
|
param=96
|
|
|
|
|
|
|
|
[Chansrv]
|
2024-03-15 21:50:52 +01:00
|
|
|
; drive redirection
|
|
|
|
; See sesman.ini(5) for the format of this parameter
|
|
|
|
#FuseMountName=/run/user/%u/thinclient_drives
|
|
|
|
#FuseMountName=/media/thinclient_drives/%U/thinclient_drives
|
2021-11-03 13:37:46 +01:00
|
|
|
FuseMountName=thinclient_drives
|
2024-03-15 21:50:52 +01:00
|
|
|
; this value allows only the user to access their own mapped drives.
|
2021-11-03 13:37:46 +01:00
|
|
|
; Make this more permissive (e.g. 022) if required.
|
|
|
|
FileUmask=077
|
2024-03-15 21:50:52 +01:00
|
|
|
; Can be used to disable FUSE functionality - see sesman.ini(5)
|
|
|
|
#EnableFuseMount=false
|
|
|
|
; Uncomment this line only if you are using GNOME 3 versions 3.29.92
|
|
|
|
; and up, and you wish to cut-paste files between Nautilus and Windows. Do
|
|
|
|
; not use this setting for GNOME 4, or other file managers
|
|
|
|
#UseNautilus3FlistFormat=true
|
|
|
|
|
|
|
|
[ChansrvLogging]
|
|
|
|
; Note: one log file is created per display and the LogFile config value
|
|
|
|
; is ignored. The channel server log file names follow the naming convention:
|
|
|
|
; xrdp-chansrv.${DISPLAY}.log
|
|
|
|
;
|
|
|
|
; Note: Log levels can be any of: core, error, warning, info, debug, or trace
|
|
|
|
LogLevel=INFO
|
|
|
|
EnableSyslog=true
|
|
|
|
#SyslogLevel=INFO
|
|
|
|
#EnableConsole=false
|
|
|
|
#ConsoleLevel=INFO
|
|
|
|
#EnableProcessId=false
|
|
|
|
|
|
|
|
[ChansrvLoggingPerLogger]
|
|
|
|
; Note: per logger configuration is only used if xrdp is built with
|
|
|
|
; --enable-devel-logging
|
|
|
|
#chansrv.c=INFO
|
|
|
|
#main()=INFO
|
2021-11-03 13:37:46 +01:00
|
|
|
|
|
|
|
[SessionVariables]
|
|
|
|
PULSE_SCRIPT=/etc/xrdp/pulse/default.pa
|