Skip to content

Commit

Permalink
xrdp.ini.5.in: Fix mixed up config options
Browse files Browse the repository at this point in the history
  • Loading branch information
galeksandrp authored Oct 12, 2022
1 parent fafd7bf commit fa138f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/man/xrdp.ini.5.in
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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.
Expand Down

0 comments on commit fa138f8

Please sign in to comment.