Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Georgievskiy <galeksandrp@gmail.com>2022-10-12 17:10:34 +0300
committerGitHub <noreply@github.com>2022-10-12 17:10:34 +0300
commitfa138f80f70945f923b1b99e68ef79e0c3500b4e (patch)
tree88093d147f62b1b07fce9720e4b53dfc8cee867d
parentfafd7bfda21757173fdb353b67176a1a8f36fa20 (diff)
xrdp.ini.5.in: Fix mixed up config options
-rw-r--r--docs/man/xrdp.ini.5.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/xrdp.ini.5.in b/docs/man/xrdp.ini.5.in
index b680dcba..93d76bdc 100644
--- a/docs/man/xrdp.ini.5.in
+++ b/docs/man/xrdp.ini.5.in
@@ -118,7 +118,7 @@ Multiple address:port instances must be separated by spaces or commas. Check the
Specifying interfaces requires said interfaces to be UP before xrdp starts.
.TP
-\fBrequire_credentials\fP=\fI[true|false]\fP
+\fBenable_token_login\fP=\fI[true|false]\fP
If set to \fB1\fP, \fBtrue\fP or \fByes\fP, \fBxrdp\fP will scan the user name provided by the
client for the ASCII field separator character (0x1F). It will then copy over what is after the
separator as the password supplied by the user and treats it as autologon. If not specified,
@@ -130,7 +130,7 @@ If specified the domain name supplied by the client is appended to the username
by \fBseparator\fP.
.TP
-\fBenable_token_login\fP=\fI[true|false]\fP
+\fBrequire_credentials\fP=\fI[true|false]\fP
If set to \fB1\fP, \fBtrue\fP or \fByes\fP, \fBxrdp\fP requires clients to include username and
password initial connection phase. In other words, xrdp doesn't allow clients to show login
screen if set to true. If not specified, defaults to \fBfalse\fP.