From 7cb3ffc33f4f05250426a600d75f5a93ed9c11d4 Mon Sep 17 00:00:00 2001 From: Koichiro IWAO Date: Tue, 15 Nov 2016 11:08:03 +0900 Subject: [PATCH] docs: document use_fastpath, require_credentials, pamerrortxt --- docs/man/xrdp.ini.5 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/man/xrdp.ini.5 b/docs/man/xrdp.ini.5 index f5caa341..02789a05 100644 --- a/docs/man/xrdp.ini.5 +++ b/docs/man/xrdp.ini.5 @@ -116,6 +116,18 @@ Specifies TLS cipher suite. The format of this parameter is equivalent to which (ex. $ openssl ciphers 'HIGH:!ADH:!SHA1') +.TP +\fBuse_fastpath\fP=\fI[input|output|both|none]\fP +If not specified, defaults to \fBnone\fP. + +.TP +\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. + +.TP +\fBpamerrortxt\fP=\fIerror_text\fP +Specify text passed to PAM when authentication failed. The maximum length is \fB256\fP. + .TP \fBblack\fP=\fI000000\fP .TP