From 7542134217644f29ee84a0b483482c495525116a Mon Sep 17 00:00:00 2001 From: Koichiro Iwao Date: Thu, 11 Jul 2024 16:34:38 +0900 Subject: [PATCH] Fix xrdp.ini man page - require_credentials and enable_login_token was swapped - enable_login_token was unintendedly overwritten with domain_separator - Set bold and italic properly --- docs/man/xrdp.ini.5.in | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/man/xrdp.ini.5.in b/docs/man/xrdp.ini.5.in index 85d892482..fd0b39b00 100644 --- a/docs/man/xrdp.ini.5.in +++ b/docs/man/xrdp.ini.5.in @@ -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. @@ -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.