2016-12-23 23:02:55 +03:00
|
|
|
.TH "xrdp\-sesman" "8" "@PACKAGE_VERSION@" "xrdp team" ""
|
2006-01-10 23:59:18 +03:00
|
|
|
.SH "NAME"
|
2013-01-25 16:15:15 +04:00
|
|
|
xrdp\-sesman \- \fBxrdp\fR(8) session manager
|
2013-01-25 15:51:57 +04:00
|
|
|
|
2006-01-10 23:59:18 +03:00
|
|
|
.SH "SYNTAX"
|
2013-01-25 16:15:15 +04:00
|
|
|
.B xrdp\-sesman
|
2020-06-22 12:27:54 +03:00
|
|
|
\-\-kill
|
|
|
|
.br
|
|
|
|
.B xrdp\-sesman
|
|
|
|
\-\-help
|
|
|
|
.br
|
|
|
|
.B xrdp\-sesman
|
|
|
|
\-\-version
|
|
|
|
.br
|
|
|
|
.B xrdp\-sesman
|
2020-12-28 14:03:36 +03:00
|
|
|
[\-\-nodaemon] [\-\-dump\-config] [\-\-config /path/to/sesman.ini]
|
2013-01-25 12:58:59 +04:00
|
|
|
|
2006-01-10 23:59:18 +03:00
|
|
|
.SH "DESCRIPTION"
|
2013-01-25 16:15:15 +04:00
|
|
|
\fBxrdp\-sesman\fR is \fBxrdp\fR(8) session manager.
|
2016-11-11 08:08:33 +03:00
|
|
|
.br
|
|
|
|
It manages user sessions by authenticating the user and starting the appropriate Xserver.
|
2013-01-25 15:51:57 +04:00
|
|
|
|
2006-01-10 23:59:18 +03:00
|
|
|
.SH "OPTIONS"
|
2016-11-11 08:08:33 +03:00
|
|
|
.TP
|
2006-01-10 23:59:18 +03:00
|
|
|
\fB\-k\fR, \fB\-\-kill\fR
|
2013-01-25 16:15:15 +04:00
|
|
|
Kills running \fBxrdp\-sesman\fR daemon.
|
2016-11-11 08:08:33 +03:00
|
|
|
.TP
|
2006-01-10 23:59:18 +03:00
|
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
|
|
Output help information and exit.
|
2020-06-22 12:27:54 +03:00
|
|
|
.TP
|
|
|
|
\fB\-v\fR, \fB\-\-version\fR
|
|
|
|
Output version information and exit.
|
|
|
|
.TP
|
|
|
|
\fB\-n\fR, \fB\-\-nodaemon\fR
|
|
|
|
Starts \fBxrdp\-sesman\fR in foreground instead of starting it as a daemon.
|
|
|
|
.TP
|
2020-12-28 14:03:36 +03:00
|
|
|
\fB\-\-dump\-config\fR
|
|
|
|
Print the configuration on stdout before starting the daemon.
|
|
|
|
The default is not to do this.
|
|
|
|
.TP
|
2020-06-22 12:27:54 +03:00
|
|
|
\fB\-c\fR, \fB\-\-config\fR
|
|
|
|
Specify a path to a different \fIsesman.ini\fR file. This option is intended
|
|
|
|
to be used primarily for testing or for unusual configurations.
|
|
|
|
.P
|
|
|
|
.RS
|
|
|
|
If you use this option, be aware that you will have to have a
|
|
|
|
\fB@sysconfdir@/xrdp/sesman.ini\fR in place too, as a few elements of
|
|
|
|
the system (notably \fBxrdp(8)\fR and \fBxrdp\-chansrv(8)\fR) will want
|
|
|
|
to read it.
|
|
|
|
.RE
|
2006-01-10 23:59:18 +03:00
|
|
|
.SH "FILES"
|
2021-01-20 15:40:54 +03:00
|
|
|
@sbindir@/xrdp\-sesman
|
2016-11-11 08:08:33 +03:00
|
|
|
.br
|
2019-03-20 10:55:02 +03:00
|
|
|
@bindir@/xrdp\-sesrun
|
2016-11-11 08:08:33 +03:00
|
|
|
.br
|
2016-12-23 22:01:46 +03:00
|
|
|
@sysconfdir@/xrdp/sesman.ini
|
2016-11-11 08:08:33 +03:00
|
|
|
.br
|
2019-03-20 10:55:02 +03:00
|
|
|
@localstatedir@/log/xrdp\-sesman.log
|
2016-11-11 08:08:33 +03:00
|
|
|
.br
|
2019-03-20 10:55:02 +03:00
|
|
|
@localstatedir@/run/xrdp\-sesman.pid
|
2022-03-19 14:29:28 +03:00
|
|
|
.br
|
|
|
|
@sesmanruntimedir@/sesman.socket
|
2013-01-25 15:51:57 +04:00
|
|
|
|
2006-01-10 23:59:18 +03:00
|
|
|
.SH "AUTHORS"
|
|
|
|
Jay Sorg <jsorg71@users.sourceforge.net>
|
2016-11-11 08:08:33 +03:00
|
|
|
.br
|
2006-01-10 23:59:18 +03:00
|
|
|
Simone Fedele <ilsimo@users.sourceforge.net>
|
2013-01-25 15:51:57 +04:00
|
|
|
|
2006-01-10 23:59:18 +03:00
|
|
|
.SH "SEE ALSO"
|
2013-01-25 12:58:59 +04:00
|
|
|
.BR sesman.ini (5),
|
2013-01-25 16:15:15 +04:00
|
|
|
.BR xrdp\-sesrun (8),
|
2013-01-25 12:58:59 +04:00
|
|
|
.BR xrdp (8),
|
|
|
|
.BR xrdp.ini (5)
|
2006-01-10 23:59:18 +03:00
|
|
|
|
2021-01-20 15:40:54 +03:00
|
|
|
for more info on \fBxrdp\fR see
|
|
|
|
.UR @xrdphomeurl@
|
|
|
|
.UE
|