The branch, build-main has been updated via 2a8a92b9a806b0bddee8893db10871941d0d3827 (commit) from c03f569500958547e14dc7f17b3fed546be79777 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/x2gobroker.manpages | 1 + man/man8/x2gobroker-testauth.8 | 64 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 man/man8/x2gobroker-testauth.8 The diff of changes is: diff --git a/debian/x2gobroker.manpages b/debian/x2gobroker.manpages index 569dc33..71c3e08 100644 --- a/debian/x2gobroker.manpages +++ b/debian/x2gobroker.manpages @@ -1,2 +1,3 @@ man/man8/x2gobroker.8 man/man8/x2gobroker-keygen.8 +man/man8/x2gobroker-testauth.8 diff --git a/man/man8/x2gobroker-testauth.8 b/man/man8/x2gobroker-testauth.8 new file mode 100644 index 0000000..b7e2278 --- /dev/null +++ b/man/man8/x2gobroker-testauth.8 @@ -0,0 +1,64 @@ +'\" -*- 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 x2gobroker-testauth 8 "April 2013" "Version 0.0.1.y" "X2Go Session Broker" +.SH NAME +x2gobroker-testauth \- Session Broker for X2Go (Authentication Test Utility) +.SH SYNOPSIS +'nh +.fi +.ad l +\fBx2gobroker-testauth\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 +\fBx2gobroker-testauth\fR is an authentication test utility for X2Go Session Broker. +.PP +WARNING: please know that the credentials you use for testing broker authentication will +get revealed in your shell's history file (e.g. ~/.bash_history). +.SH COMMON OPTIONS +\fBx2gobroker-testauth\fR displays some help on command line options: +.TP +\*(T<\fB\-h, \-\-help\fR\*(T> +Display a help with all available command line options and exit. +.SH REQUIRED OPTIONS +For any other operation than the help text, the two options below are required. +.TP +\*(T<\fB\-u, \-\-user, \-\-username\fR\*(T> +Username part of the credentials you want to test. +.TP +\*(T<\fB\-p, \-\-password\fR\*(T> +Password part of the credentials (be sure you want to reveal those on the command line before doing it!!!) +.SH MISC OPTIONS +\fBx2gobroker-testauth\fR also accepts the following miscellaneous options: +.TP +\*(T<\fB\-d, \-\-debug\fR\*(T> +Enable debugging code. +.TP +\*(T<\fB\-C, \-\-config FILENAME\fR\*(T> +Specify an alternative configuration file name, default is: \fI/etc/x2go/x2gobroker.conf\fR. +.TP +\*(T<\fB\-b, \-\-backend BACKEND\fR\*(T> +Specify another configured/enabled backend configuration to test authentication against, default is: the \fIzeroconf\fR backend. +.SH "FILES" +/etc/x2go/x2gobroker.conf, /etc/x2go/broker/* (configuration files) +.PP +/etc/default/x2gobroker-daemon (environment for X2Go Session Broker when run +as standalone daemon) +.PP +/var/log/x2gobroker/* (log files of X2Go Session Broker) +.SH "SEE ALSO" +\fB/usr/share/doc/x2gobroker\fR +.SH AUTHOR +This manual has been written for the X2Go project by +Mike Gabriel <mike.gabriel@das-netzwerkteam.de>. hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gobroker.git" (HTTP(S) Session broker for X2Go).