This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository connid.

commit 12614cc4073e141f423d79a1e831549dd59b4c18
Author: Christopher Hoskin <christopher.hos...@gmail.com>
Date:   Fri Dec 22 00:29:05 2017 +0000

    Add man page
---
 debian/changelog       |  1 +
 debian/connid-server.1 | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1f88bba..b002af8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,5 +12,6 @@ connid (1.4.3.0-1) UNRELEASED; urgency=medium
   * Add connid-server package 
   * Update compat to 10, add systemd service 
   * Run service as connid user 
+  * Add man page
 
  -- Christopher Hoskin <mans0...@debian.org>  Sun, 13 Aug 2017 18:18:22 +0100
diff --git a/debian/connid-server.1 b/debian/connid-server.1
new file mode 100644
index 0000000..dec235a
--- /dev/null
+++ b/debian/connid-server.1
@@ -0,0 +1,35 @@
+.TH connid-server 1
+
+.SH NAME
+connid-server \- run and configure the ConnID  (Connectors for Identity 
Management) server
+
+.SH SYNOPSIS
+.B connid-server
+-run [-properties FILE]
+.B connid-server
+-setKey -key <key> [-properties FILE]
+.B connid-server
+-setDefaults [-properties FILE]
+
+.SH DESCRIPTION
+
+The ConnId (Connectors for Identity Management) provides "identity connectors" 
which exchange identity-related information (password, attributes) between 
identity managers (such as Apache Syncope or Evolveum MidPoint) and identity 
repositories (e.g. LDAP directories, relational databases).
+
+The ConnId connector server allows connectors to be run external to the 
identity manager for reasons of performance, stability or compatibility.
+
+.SH OPTIONS
+
+.BR -run
+Run the ConnId server
+
+.BR -properties
+Path fo the properties configuration file, defaults to 
/etc/connid/connectorserver.properties
+
+.BR -setKey
+Set the key used by clients (identity managers) connecting to the connector 
server. A base 64 SHA1 hash of the key is stored in the properties file.
+
+.BR -key
+The key to be used by clients (identity managers).
+
+.BR 
+

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/connid.git

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to