xrdp.ini.5.in: Fix mixed up config options

This commit is contained in:
Alexander Georgievskiy 2022-10-12 17:10:34 +03:00 committed by GitHub
parent fafd7bfda2
commit fa138f80f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.