diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-12-14 11:35:22 -0800 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-12-17 16:14:44 -0800 |
commit | 65be965ebdfcb9db643bd557fa1557693eee25c3 (patch) | |
tree | 85d86e5ee577ba6022131545bd9e987290d73102 /xrdp | |
parent | 9584e22ba63afd4793ea47c71299406e595e6dbb (diff) | |
download | xrdp-proprietary-65be965ebdfcb9db643bd557fa1557693eee25c3.tar.gz xrdp-proprietary-65be965ebdfcb9db643bd557fa1557693eee25c3.zip |
Set autorun to empty, improve autorun documentation
Setting autorun to empty keeps X11rdp as the default backend for
autologin (since it's the first section), but it also enables the backend
selection by the domain name.
Describe the autorun interaction with the domain name both in the config
file and in the manual.
Diffstat (limited to 'xrdp')
-rw-r--r-- | xrdp/xrdp.ini | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xrdp/xrdp.ini b/xrdp/xrdp.ini index 1da90cca..242641ff 100644 --- a/xrdp/xrdp.ini +++ b/xrdp/xrdp.ini @@ -31,8 +31,10 @@ key_file= #tls_ciphers=HIGH ; Section name to use for automatic login if the client sends username -; and password -autorun=X11rdp +; and password. If empty, the domain name sent by the client is used. +; If empty and no domain name is given, the first suitable section in +; this file will be used. +autorun= allow_channels=true allow_multimon=true |