diff options
| author | Idan Freiberg <speidy@gmail.com> | 2016-12-18 02:48:58 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-18 02:48:58 -0500 |
| commit | 0f6d1aabc21432feb147cf7fdfe6369460608a9f (patch) | |
| tree | 318fdfe366552b90e9cc37cf230f6616faf8604a /docs/man/xrdp.ini.5 | |
| parent | 637624995304b59e42655ee1b1c92654181c93a3 (diff) | |
| parent | 65be965ebdfcb9db643bd557fa1557693eee25c3 (diff) | |
| download | xrdp-proprietary-0f6d1aabc21432feb147cf7fdfe6369460608a9f.tar.gz xrdp-proprietary-0f6d1aabc21432feb147cf7fdfe6369460608a9f.zip | |
Merge pull request #548 from proski/autorun
Set autorun to empty, improve autorun documentation
Diffstat (limited to 'docs/man/xrdp.ini.5')
| -rw-r--r-- | docs/man/xrdp.ini.5 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/man/xrdp.ini.5 b/docs/man/xrdp.ini.5 index d5a5c565..55299d0c 100644 --- a/docs/man/xrdp.ini.5 +++ b/docs/man/xrdp.ini.5 @@ -29,9 +29,13 @@ Specify xrdp listening address. If not specified, defaults to 0.0.0.0 (all inter .TP \fBautorun\fP=\fIsession_name\fP -Automatically run the connection specified by \fIsession_name\fP, which must match a section as described below. -By default a drop-down list with all available connections is shown. -A connection can also be chosen by the connecting client by setting the \fBLOGIN DOMAIN\fP to a valid \fIsession name\fP. +Section name for automatic login. If set and the client supplies valid +username and password, the user will be logged in automatically using the +connection specified by \fIsession_name\fP. + +If \fIsession_name\fP is empty, the \fBLOGIN DOMAIN\fR from the client +with be used to select the section. If no domain name is supplied, the +first suitable section will be used for automatic login. .TP \fBbitmap_cache\fR=\fI[true|false]\fR |
