Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormatt335672 <30179339+matt335672@users.noreply.github.com>2020-07-06 13:53:56 +0300
committermatt335672 <30179339+matt335672@users.noreply.github.com>2020-09-08 18:58:03 +0300
commitedda1b064d0bb57a9b5c1a915b117ff89a3d6620 (patch)
tree3bf0425679145bc5181d5a962e51108744640f0f /docs
parentf2dda1e0bd4a31a0451dc6a1ca860c5087a63d9c (diff)
chansrv improved config support
Diffstat (limited to 'docs')
-rw-r--r--docs/man/xrdp-chansrv.8.in48
1 files changed, 43 insertions, 5 deletions
diff --git a/docs/man/xrdp-chansrv.8.in b/docs/man/xrdp-chansrv.8.in
index 548a07f0..fc4b31f7 100644
--- a/docs/man/xrdp-chansrv.8.in
+++ b/docs/man/xrdp-chansrv.8.in
@@ -7,10 +7,11 @@
.SH "DESCRIPTION"
\fBxrdp\-chansrv\fR is the \fBxrdp\fR(8) channel server, which manages the Remote Desktop Protocol (RDP) sub-channels.
+.PP
This program is only forked internally by \fBxrdp\-sesman\fP(8).
-.br
+.PP
Currently \fBxrdp\-chansrv\fP knows about the following channels:
-.RE 8
+.RS 8
.TP
.B cliprdr
Clipboard Redirection
@@ -26,18 +27,55 @@ Remote Applications Integrated Locally
.TP
.B drdynvc
Dynamic Virtual Channel
-.RS
+.RE
+
+.SH ENVIRONMENT
+.TP
+.I CHANSRV_LOG_LEVEL
+Logging level for chansrv. Case-insensitive. Takes one of these string values:
+.RS 8
+.TP
+.B LOG_LEVEL_ALWAYS
+Only log essential messages
+.TP
+.B LOG_LEVEL_ERROR
+Log errors and above
+.TP
+.B LOG_LEVEL_WARNING
+Log warnings and above
+.TP
+.B LOG_LEVEL_INFO
+Log info and above. This is the default if nothing is specified
+.TP
+.B LOG_LEVEL_DEBUG
+Log debug and above
+.TP
+.B LOG_LEVEL_TRACE
+Log everything
+.TP
+.RE
+.TP
+.I CHANSRV_LOG_PATH
+Path to the location where the log file is stored. If not specified,
+$\fBXDG_DATA_HOME/xrdp\fP or \fB$HOME/.local/share/xrdp\fP is used instead.
+.TP
+.I DISPLAY
+X11 display number. Must be specified.
.SH FILES
.TP
+.I @sysconfdir@/xrdp/sesman.ini
+Contains some settings for this program.
+.TP
.I @socketdir@/xrdp_chansrv_socket_*
UNIX socket used by external programs to implement channels.
.TP
.I @socketdir@/xrdp_api_*
UNIX socket used by \fBxrdp\-chansrv\fP to communicate with \fBxrdp\-sesman\fP.
.TP
-.I $XDG_DATA_HOME/xrdp/xrdp-chansrv.%s.log
-Log file used by \fBxrdp\-chansrv\fP(8). \fB%s\fP is display number.
+.I xrdp-chansrv.%s.log
+Log file used by \fBxrdp\-chansrv\fP(8). \fB%s\fP is display number. See the
+description of \fBCHANSRV_LOG_PATH\fP above for the file's location.
.SH "SEE ALSO"
.BR xrdp\-sesman (8),