Improve documentation
This commit is contained in:
parent
a6a0e5e004
commit
0b82f19318
@ -9,7 +9,8 @@ If you find a security vulnerability please kindly inform us about the problem i
|
|||||||
so that we can fix the security problem to protect a lot of users around the world as soon
|
so that we can fix the security problem to protect a lot of users around the world as soon
|
||||||
as possible.
|
as possible.
|
||||||
|
|
||||||
Our email eddress for security report is:
|
Our email address for security report is below. This is a private mailing list and not open
|
||||||
|
for public viewing.
|
||||||
|
|
||||||
* [xrdp-core@googlegroups.com](mailto:xrdp-core@googlegroups.com)
|
* [xrdp-core@googlegroups.com](mailto:xrdp-core@googlegroups.com)
|
||||||
|
|
||||||
|
@ -120,6 +120,18 @@ The default for RDP is \fB3389\fP.
|
|||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fBrequire_credentials\fP=\fI[true|false]\fP
|
\fBrequire_credentials\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
|
||||||
|
If specified the domain name supplied by the client is appended to the username separated
|
||||||
|
by \fBseparator\fP.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
\enable_token_login\fP=\fI[true|false]\fP
|
||||||
If set to \fB1\fP, \fBtrue\fP or \fByes\fP, \fBxrdp\fP requires clients to include username and
|
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
|
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.
|
screen if set to true. If not specified, defaults to \fBfalse\fP.
|
||||||
|
Loading…
Reference in New Issue
Block a user