Skip to content

Commit

Permalink
Fix xrdp.ini man page
Browse files Browse the repository at this point in the history
- require_credentials and enable_login_token was swapped
- enable_login_token was unintendedly overwritten with domain_separator
- Set bold and italic properly
  • Loading branch information
metalefty committed Jul 11, 2024
1 parent dd69d39 commit 7542134
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/man/xrdp.ini.5.in
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,8 @@ The default port for RDP is \fB3389\fP.
Multiple address:port instances must be separated by spaces or commas. Check the .ini file for examples.
Specifying interfaces requires said interfaces to be UP before xrdp starts.

\fBdomain_user_separator\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,
defaults to \fBfalse\fP.

.TP
\domain_user_separator\fP=\separator\fP
\fBdomain_user_separator\fP=\fIseparator\fP
If specified the domain name supplied by the client is appended to the username separated
by \fBseparator\fP.

Expand All @@ -137,6 +131,13 @@ It follows that an incorrect password will cause the login to immediately
fail without displaying the login screen. If not specified, defaults
to \fBfalse\fP.

.TP
\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,
defaults to \fBfalse\fP.

.TP
\fBsecurity_layer\fP=\fI[tls|rdp|negotiate]\fP
Regulate security methods. If not specified, defaults to \fBnegotiate\fP.
Expand Down

0 comments on commit 7542134

Please sign in to comment.