diff options
author | Pavel Roskin <plroskin@gmail.com> | 2017-03-03 23:27:03 -0800 |
---|---|---|
committer | jsorg71 <jay.sorg@gmail.com> | 2017-03-21 10:39:40 -0700 |
commit | 43899b7e0c30cde282ef72f6431029c04c8ab242 (patch) | |
tree | 0cb88e033f9f300dd192c540f2d41e5cf98c22a7 /xrdp/xrdp.ini | |
parent | b0c2f1852151592ea9426f6a96b5a6cd3e308ec7 (diff) | |
download | xrdp-proprietary-43899b7e0c30cde282ef72f6431029c04c8ab242.tar.gz xrdp-proprietary-43899b7e0c30cde282ef72f6431029c04c8ab242.zip |
Allocate space for tls_ciphers dynamically
Diffstat (limited to 'xrdp/xrdp.ini')
-rw-r--r-- | xrdp/xrdp.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp.ini b/xrdp/xrdp.ini index 1edfd087..cb6d7c36 100644 --- a/xrdp/xrdp.ini +++ b/xrdp/xrdp.ini @@ -28,7 +28,7 @@ key_file= ; set SSL protocols ; can be comma separated list of 'SSLv3', 'TLSv1', 'TLSv1.1', 'TLSv1.2' ssl_protocols=TLSv1, TLSv1.1, TLSv1.2 -; set TLS cipher suites (up to 63 characters) +; set TLS cipher suites #tls_ciphers=HIGH ; Section name to use for automatic login if the client sends username |