diff options
author | ArvidNorr <norrarvid@gmail.com> | 2013-02-01 10:00:39 +0100 |
---|---|---|
committer | ArvidNorr <norrarvid@gmail.com> | 2013-02-01 10:00:39 +0100 |
commit | fe69d2f07bf13e5df13382e1f088f05fe70d5de4 (patch) | |
tree | 59b19754aefef0848d0e93952dbac1259e6c5a98 /xrdp/xrdp.ini | |
parent | 6c2c4a9b11450114b2e4a7766c081a05a0f1fc30 (diff) | |
download | xrdp-proprietary-fe69d2f07bf13e5df13382e1f088f05fe70d5de4.tar.gz xrdp-proprietary-fe69d2f07bf13e5df13382e1f088f05fe70d5de4.zip |
Comments and debug when blocking channels added. Fix for potential vulnerability in log.c
Diffstat (limited to 'xrdp/xrdp.ini')
-rw-r--r-- | xrdp/xrdp.ini | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/xrdp/xrdp.ini b/xrdp/xrdp.ini index d4a99dfb..498525bc 100644 --- a/xrdp/xrdp.ini +++ b/xrdp/xrdp.ini @@ -4,7 +4,7 @@ bitmap_cache=yes bitmap_compression=yes port=3389 crypt_level=low -channel_code=1 +allow_channels=true max_bpp=24 fork=yes # regulate if the listening socket use socket option tcp_nodelay @@ -40,6 +40,8 @@ SyslogLevel=DEBUG # You can block any channel by setting its value to false. # IMPORTANT! All channels are not supported in all use # cases even if you set all values to true. +# You can override these settings on each session type +# These settings are only used if allow_channels=true rdpdr=true rdpsnd=true drdynvc=true @@ -104,10 +106,10 @@ ip=ask port=ask3389 username=ask password=ask - -channel.rdpdr=true -channel.rdpsnd=true -channel.drdynvc=true -channel.cliprdr=true -channel.rail=true -channel.xrdpvr=true +# You can override the common channel settings for each session type +#channel.rdpdr=true +#channel.rdpsnd=true +#channel.drdynvc=true +#channel.cliprdr=true +#channel.rail=true +#channel.xrdpvr=true |