Skip to content

Commit f5aa00b

Browse files
committed
Updated manpage
1 parent 6ba1503 commit f5aa00b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/man/xrdp.ini.5.in

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,25 @@ All options and values (except for file names and paths) are case insensitive, a
2323
.SH "GLOBALS"
2424
The options to be specified in the \fB[Globals]\fR section are the following:
2525

26+
.TP
27+
\fBport\fR=\fIport_specification [ port_specification ... ]\fR
28+
Specify the port(s) that xrdp should listen on. More instructions and
29+
examples can be found within xrdp.ini itself.
30+
31+
.TP
32+
\fBvmconnect\fR=\fI[true|false]\fR
33+
(Hyper-V VMs only). Allows the user to skip some unnecessary security
34+
checks when a virtual machine running xrdp is hosted on Hyper-V,
35+
and the user connects to it via the vmms service on TCP port 2179.
36+
In this configuration, RDP security is handled by the vmms service, and
37+
security features which are not yet added to xrdp itself can be supported.
38+
39+
This parameter is required in environments which do not support 'classic'
40+
RDP encryption.
41+
42+
The parameter is ignored for connections which are not made to the
43+
virtual machine over the vsock transport.
44+
2645
.TP
2746
\fBautorun\fP=\fIsession_name\fP
2847
Section name for automatic login. If set and the client supplies valid

0 commit comments

Comments
 (0)