2005-09-25 07:30:09 +04:00
|
|
|
[Globals]
|
2007-04-07 20:20:08 +04:00
|
|
|
ListenAddress=127.0.0.1
|
2005-09-25 07:30:09 +04:00
|
|
|
ListenPort=3350
|
|
|
|
EnableUserWindowManager=1
|
|
|
|
UserWindowManager=startwm.sh
|
|
|
|
DefaultWindowManager=startwm.sh
|
2005-10-24 01:47:17 +04:00
|
|
|
|
2006-01-13 18:51:23 +03:00
|
|
|
[Security]
|
|
|
|
AllowRootLogin=1
|
2006-10-25 23:18:36 +04:00
|
|
|
MaxLoginRetry=4
|
2006-01-13 18:51:23 +03:00
|
|
|
TerminalServerUsers=tsusers
|
|
|
|
TerminalServerAdmins=tsadmins
|
2014-03-14 23:23:12 +04:00
|
|
|
# When AlwaysGroupCheck = false access will be permitted
|
2013-01-31 18:19:58 +04:00
|
|
|
# if the group TerminalServerUsers is not defined.
|
|
|
|
AlwaysGroupCheck = false
|
2006-01-13 18:51:23 +03:00
|
|
|
|
|
|
|
[Sessions]
|
2014-04-20 11:42:19 +04:00
|
|
|
|
|
|
|
## X11DisplayOffset - x11 display number offset
|
|
|
|
# Type: integer
|
|
|
|
# Default: 10
|
2010-04-24 10:41:55 +04:00
|
|
|
X11DisplayOffset=10
|
2014-04-20 11:42:19 +04:00
|
|
|
|
|
|
|
## MaxSessions - maximum number of connections to an xrdp server
|
|
|
|
# Type: integer
|
|
|
|
# Default: 0
|
2014-03-01 07:28:31 +04:00
|
|
|
MaxSessions=50
|
2014-04-20 11:42:19 +04:00
|
|
|
|
|
|
|
## KillDisconnected - kill disconnected sessions
|
|
|
|
# Type: integer
|
|
|
|
# Default: 0
|
2013-08-25 05:53:55 +04:00
|
|
|
# if 1, true, or yes, kill session after 60 seconds
|
2006-01-13 18:51:23 +03:00
|
|
|
KillDisconnected=0
|
2014-04-20 11:42:19 +04:00
|
|
|
|
|
|
|
## IdleTimeLimit - when to disconnect idle sessions
|
|
|
|
# Type: integer
|
|
|
|
# Default: 0
|
2013-08-25 05:53:55 +04:00
|
|
|
# if not zero, the seconds without mouse or keyboard input before disconnect
|
|
|
|
# not complete yet
|
2006-01-13 18:51:23 +03:00
|
|
|
IdleTimeLimit=0
|
2014-04-20 11:42:19 +04:00
|
|
|
|
|
|
|
## DisconnectedTimeLimit - when to kill idle sessions
|
|
|
|
# Type: integer
|
|
|
|
# Default: 0
|
2013-08-25 05:53:55 +04:00
|
|
|
# if not zero, the seconds before a disconnected session is killed
|
|
|
|
# min 60 seconds
|
2006-01-13 18:51:23 +03:00
|
|
|
DisconnectedTimeLimit=0
|
|
|
|
|
2014-04-20 11:42:19 +04:00
|
|
|
## Policy - session allocation policy
|
|
|
|
# Type: enum [ "Default" | "UBD" | "UBI" | "UBC" | "UBDI" | "UBDC" ]
|
|
|
|
# Default: Xrdp:<User,BitPerPixel> and Xvnc:<User,BitPerPixel,DisplaySize>
|
|
|
|
# "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=Default
|
|
|
|
|
2005-10-24 01:47:17 +04:00
|
|
|
[Logging]
|
2012-06-11 08:50:57 +04:00
|
|
|
LogFile=xrdp-sesman.log
|
2005-10-24 01:47:17 +04:00
|
|
|
LogLevel=DEBUG
|
2012-05-27 19:17:39 +04:00
|
|
|
EnableSyslog=1
|
2005-10-24 01:47:17 +04:00
|
|
|
SyslogLevel=DEBUG
|
2006-09-18 08:40:43 +04:00
|
|
|
|
|
|
|
[X11rdp]
|
2016-04-07 11:34:04 +03:00
|
|
|
param0=X11rdp
|
2006-09-18 08:40:43 +04:00
|
|
|
param1=-bs
|
|
|
|
param2=-ac
|
2009-09-04 07:57:43 +04:00
|
|
|
param3=-nolisten
|
|
|
|
param4=tcp
|
2012-03-16 08:42:39 +04:00
|
|
|
param5=-uds
|
2006-09-18 08:40:43 +04:00
|
|
|
|
|
|
|
[Xvnc]
|
2016-04-07 11:34:04 +03:00
|
|
|
param0=Xvnc
|
2006-09-18 08:40:43 +04:00
|
|
|
param1=-bs
|
2006-10-25 23:18:36 +04:00
|
|
|
param2=-ac
|
2009-09-04 07:57:43 +04:00
|
|
|
param3=-nolisten
|
|
|
|
param4=tcp
|
2010-11-19 08:05:32 +03:00
|
|
|
param5=-localhost
|
|
|
|
param6=-dpi
|
|
|
|
param7=96
|
2014-03-09 04:41:37 +04:00
|
|
|
|
2014-03-09 22:24:30 +04:00
|
|
|
[Xorg]
|
2016-04-07 11:34:04 +03:00
|
|
|
param0=Xorg
|
2014-03-10 02:50:16 +04:00
|
|
|
param1=-config
|
|
|
|
param2=xrdp/xorg.conf
|
2016-10-28 17:45:05 +03:00
|
|
|
param3=-noreset
|
|
|
|
param4=-ac
|
|
|
|
param5=-nolisten
|
|
|
|
param6=tcp
|
|
|
|
param7=-logfile
|
|
|
|
param8=/dev/null
|
2014-04-20 04:08:55 +04:00
|
|
|
|
|
|
|
[Chansrv]
|
|
|
|
# drive redirection, defaults to xrdp_client if not set
|
|
|
|
FuseMountName=thinclient_drives
|
2014-05-10 03:02:19 +04:00
|
|
|
|
|
|
|
[SessionVariables]
|
2014-05-11 03:08:58 +04:00
|
|
|
PULSE_SCRIPT=/etc/xrdp/pulse/default.pa
|