|
|
|
@ -2,12 +2,12 @@
|
|
|
|
|
# xrdp.ini file version number
|
|
|
|
|
ini_version=1
|
|
|
|
|
|
|
|
|
|
bitmap_cache=yes
|
|
|
|
|
bitmap_compression=yes
|
|
|
|
|
bitmap_cache=true
|
|
|
|
|
bitmap_compression=true
|
|
|
|
|
port=3389
|
|
|
|
|
allow_channels=true
|
|
|
|
|
max_bpp=32
|
|
|
|
|
fork=yes
|
|
|
|
|
fork=true
|
|
|
|
|
# minimum security level allowed for client
|
|
|
|
|
# can be 'none', 'low', 'medium', 'high', 'fips'
|
|
|
|
|
crypt_level=high
|
|
|
|
@ -19,17 +19,17 @@ security_layer=negotiate
|
|
|
|
|
certificate=
|
|
|
|
|
key_file=
|
|
|
|
|
# disable SSlv3
|
|
|
|
|
#disableSSLv3=yes
|
|
|
|
|
#disableSSLv3=true
|
|
|
|
|
# set TLS cipher suites
|
|
|
|
|
#tls_ciphers=HIGH
|
|
|
|
|
|
|
|
|
|
# regulate if the listening socket use socket option tcp_nodelay
|
|
|
|
|
# no buffering will be performed in the TCP stack
|
|
|
|
|
tcp_nodelay=yes
|
|
|
|
|
tcp_nodelay=true
|
|
|
|
|
|
|
|
|
|
# regulate if the listening socket use socket option keepalive
|
|
|
|
|
# if the network connection disappear without close messages the connection will be closed
|
|
|
|
|
tcp_keepalive=yes
|
|
|
|
|
tcp_keepalive=true
|
|
|
|
|
|
|
|
|
|
#tcp_send_buffer_bytes=32768
|
|
|
|
|
#tcp_recv_buffer_bytes=32768
|
|
|
|
@ -49,20 +49,20 @@ grey=dedede
|
|
|
|
|
#green=00ff00
|
|
|
|
|
#background=626c72
|
|
|
|
|
|
|
|
|
|
#hidelogwindow=yes
|
|
|
|
|
#hidelogwindow=true
|
|
|
|
|
|
|
|
|
|
# when true, userid/password *must* be passed on cmd line
|
|
|
|
|
# require_credentials=yes
|
|
|
|
|
# require_credentials=true
|
|
|
|
|
|
|
|
|
|
# Section name to use for automatic login if the client sends username
|
|
|
|
|
# and password
|
|
|
|
|
autorun=X11rdp
|
|
|
|
|
|
|
|
|
|
bulk_compression=yes
|
|
|
|
|
bulk_compression=true
|
|
|
|
|
|
|
|
|
|
# You can set the PAM error text in a gateway setup (MAX 256 chars)
|
|
|
|
|
#pamerrortxt=change your password according to policy at http://url
|
|
|
|
|
new_cursors=yes
|
|
|
|
|
new_cursors=true
|
|
|
|
|
allow_multimon=true
|
|
|
|
|
|
|
|
|
|
# fastpath - can be set to input / output / both / none
|
|
|
|
@ -119,7 +119,7 @@ ls_btn_cancel_height=30
|
|
|
|
|
[Logging]
|
|
|
|
|
LogFile=xrdp.log
|
|
|
|
|
LogLevel=DEBUG
|
|
|
|
|
EnableSyslog=1
|
|
|
|
|
EnableSyslog=true
|
|
|
|
|
SyslogLevel=DEBUG
|
|
|
|
|
# LogLevel and SysLogLevel could by any of: core, error, warning, info or debug
|
|
|
|
|
|
|
|
|
|