diff options
author | Laxmikant Rashinkar <lk@Ubuntu-12.04-32bit> | 2014-10-11 14:49:46 -0700 |
---|---|---|
committer | Laxmikant Rashinkar <lk@Ubuntu-12.04-32bit> | 2014-10-11 14:49:46 -0700 |
commit | 8c316b46b8d6b1cb3cf32165daf817030aac1a47 (patch) | |
tree | 089c5741cb2a914501e5ab28898a5c71c4c4103b /xrdp/xrdp.ini | |
parent | 5b6b74577fda4bbcd0a02a585d783c59d68953da (diff) | |
parent | bc7a6b9bc66afe4adf7c232c94e41694319d4155 (diff) | |
download | xrdp-proprietary-8c316b46b8d6b1cb3cf32165daf817030aac1a47.tar.gz xrdp-proprietary-8c316b46b8d6b1cb3cf32165daf817030aac1a47.zip |
Merge branch 'devel'
Diffstat (limited to 'xrdp/xrdp.ini')
-rw-r--r-- | xrdp/xrdp.ini | 39 |
1 files changed, 33 insertions, 6 deletions
diff --git a/xrdp/xrdp.ini b/xrdp/xrdp.ini index 70c917e1..59122a00 100644 --- a/xrdp/xrdp.ini +++ b/xrdp/xrdp.ini @@ -1,4 +1,3 @@ - [globals] # xrdp.ini file version number ini_version=1 @@ -6,10 +5,19 @@ ini_version=1 bitmap_cache=yes bitmap_compression=yes port=3389 -crypt_level=high allow_channels=true -max_bpp=24 +max_bpp=32 fork=yes +# minimum security level allowed for client +# can be 'none', 'low', 'medium', 'high', 'fips' +crypt_level=high +# security layer can be 'tls', 'rdp' or 'negotiate' +# for client compatible layer +security_layer=rdp +# X.509 certificate and private key +# openssl req -x509 -newkey rsa:2048 -nodes -keyout key.pem -out cert.pem -days 365 +certificate= +key_file= # regulate if the listening socket use socket option tcp_nodelay # no buffering will be performed in the TCP stack @@ -42,18 +50,22 @@ grey=dedede # when true, userid/password *must* be passed on cmd line # require_credentials=yes -#bulk_compression=yes +bulk_compression=yes # 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=no -#nego_sec_layer=0 +new_cursors=yes allow_multimon=true +# fastpath - can be set to input / output / both / none +use_fastpath=both # # configure login screen # +# Login Screen Window Title +#ls_title=My Login Title + # top level window background color in RGB format ls_top_window_bg_color=009cb5 @@ -64,7 +76,11 @@ ls_height=430 # login screen background color in RGB format ls_bg_color=dedede +# optional background image filename (bmp format). +#ls_background_image= + # logo +# full path to bmp-file or file in shared folder ls_logo_filename= ls_logo_x_pos=55 ls_logo_y_pos=50 @@ -112,6 +128,7 @@ drdynvc=true cliprdr=true rail=true xrdpvr=true +tcutils=true # for debugging xrdp, in section xrdp1, change port=-1 to this: # port=/tmp/.xrdp/xrdp_display_10 @@ -178,6 +195,16 @@ port=ask3389 username=ask password=ask +[Session manager] +name=Session manager +lib=libxup.so +username=ask +password=ask +ip=127.0.0.1 +port=-1 +xserverbpp=24 +code=20 + # You can override the common channel settings for each session type #channel.rdpdr=true #channel.rdpsnd=true |