aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-05-21 22:27:55 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-05-21 22:28:22 +0200
commitfbcc88362691bd1b71f6585dffa395c88ac1ca26 (patch)
tree378541fce0dee0515d11371c18906dba89426b63
parent8952f8c85972b8246a0b69d91d7fe9b9427e1abe (diff)
downloadremote-logon-config-agent-fbcc88362691bd1b71f6585dffa395c88ac1ca26.tar.gz
remote-logon-config-agent-fbcc88362691bd1b71f6585dffa395c88ac1ca26.tar.bz2
remote-logon-config-agent-fbcc88362691bd1b71f6585dffa395c88ac1ca26.zip
man page: Provide man page for remote-logon-config-agent.
-rw-r--r--debian/manpages1
-rw-r--r--man/man1/remote-logon-config-agent.154
2 files changed, 55 insertions, 0 deletions
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..8d189aa
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+man/man1/*.1 \ No newline at end of file
diff --git a/man/man1/remote-logon-config-agent.1 b/man/man1/remote-logon-config-agent.1
new file mode 100644
index 0000000..455232f
--- /dev/null
+++ b/man/man1/remote-logon-config-agent.1
@@ -0,0 +1,54 @@
+'\" -*- coding: utf-8 -*-
+.if \n(.g .ds T< \\FC
+.if \n(.g .ds T> \\F[\n[.fam]]
+.de URL
+\\$2 \(la\\$1\(ra\\$3
+..
+.if \n(.g .mso www.tmac
+.TH remote-logon-config-agent 1 "May 2017" "Version 0.9" "Arctica Greeter"
+.SH NAME
+remote-logon-config-agent \- Retrieve JSON based remote logon information
+.SH SYNOPSIS
+'nh
+.fi
+.ad l
+\fBremote-logon-config-agent\fR \kx
+.if (\nx>(\n(.l/2)) .nr x (\n(.l/5)
+'in \n(.iu+\nxu
+[
+\fIoptions\fR
+]
+'in \n(.iu-\nxu
+.ad b
+'hy
+.SH DESCRIPTION
+
+\fBremote-logon-config-agent\fR is a tiny tool for retrieving JSON-based
+remote logon information from broker servers (like, e.g., X2Go Session
+Broker, Arctica Server) and handing that over to the DBus service
+\fBremote-logon-service\fR.
+
+.PP
+
+The \fBremote-logon-config-agent\fR and the \fBremote-logon-service\fR
+both are components of Arctica Greeter, facilitating user logins into
+session running on remote machines.
+
+.PP
+
+Here is a short example for retrieving session information from the X2Go
+Session Broker (make sure the broker has UCCS frontend support enabled:
+
+.PP
+ $ SERVER_ROOT=http://x2gobroker.localdomain:8080/uccs/inifile/
+ $ export SERVER_ROOT
+ $ echo <mypassword> | thin-client-config-agent <myuserid>
+
+.SH "SEE ALSO"
+remote-logon-serivice (1), arctica-greeter (1)
+
+.SH AUTHOR
+
+This manual has been written for the Arctica Project
+(http://arctica-project.org) by Mike Gabriel
+<mike.gabriel@das-netzwerkteam.de>