You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
965 B
50 lines
965 B
[Globals]
|
|
ListenAddress=127.0.0.1
|
|
ListenPort=3350
|
|
EnableUserWindowManager=1
|
|
UserWindowManager=startwm.sh
|
|
DefaultWindowManager=startwm.sh
|
|
|
|
[Security]
|
|
AllowRootLogin=1
|
|
MaxLoginRetry=4
|
|
TerminalServerUsers=tsusers
|
|
TerminalServerAdmins=tsadmins
|
|
# When AlwaysGroupCheck = false access will be permitted
|
|
# if the group TerminalServerUsers is not defined.
|
|
AlwaysGroupCheck = false
|
|
|
|
[Sessions]
|
|
X11DisplayOffset=10
|
|
MaxSessions=10
|
|
# if 1, true, or yes, kill session after 60 seconds
|
|
KillDisconnected=0
|
|
# if not zero, the seconds without mouse or keyboard input before disconnect
|
|
# not complete yet
|
|
IdleTimeLimit=0
|
|
# if not zero, the seconds before a disconnected session is killed
|
|
# min 60 seconds
|
|
DisconnectedTimeLimit=0
|
|
|
|
[Logging]
|
|
LogFile=xrdp-sesman.log
|
|
LogLevel=DEBUG
|
|
EnableSyslog=1
|
|
SyslogLevel=DEBUG
|
|
|
|
[X11rdp]
|
|
param1=-bs
|
|
param2=-ac
|
|
param3=-nolisten
|
|
param4=tcp
|
|
param5=-uds
|
|
|
|
[Xvnc]
|
|
param1=-bs
|
|
param2=-ac
|
|
param3=-nolisten
|
|
param4=tcp
|
|
param5=-localhost
|
|
param6=-dpi
|
|
param7=96
|