You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2017/11/30 20:07:18 UTC

qpid-dispatch git commit: NO-JIRA - Add SASL plugin requirement to SASL setup procedure

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 8e592559a -> 70cb6b762


NO-JIRA - Add SASL plugin requirement to SASL setup procedure


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/70cb6b76
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/70cb6b76
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/70cb6b76

Branch: refs/heads/master
Commit: 70cb6b762bf32a5a6f3266449ae49f63b41e9adc
Parents: 8e59255
Author: Ben Hardesty <bh...@redhat.com>
Authored: Wed Nov 29 16:49:03 2017 -0500
Committer: Ganesh Murthy <gm...@redhat.com>
Committed: Thu Nov 30 15:06:42 2017 -0500

----------------------------------------------------------------------
 doc/common/fragment-router-sasl-para.adoc |  2 ++
 doc/new-book/configuration-security.adoc  | 10 ++++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/70cb6b76/doc/common/fragment-router-sasl-para.adoc
----------------------------------------------------------------------
diff --git a/doc/common/fragment-router-sasl-para.adoc b/doc/common/fragment-router-sasl-para.adoc
new file mode 100644
index 0000000..8572830
--- /dev/null
+++ b/doc/common/fragment-router-sasl-para.adoc
@@ -0,0 +1,2 @@
+
+To see a list of Cyrus SASL plugins in a `dnf`-based Linux system, use the `dnf search cyrus-sasl` command. To install a Cyrus SASL plugin, use the `dnf install _PLUGIN_` command.

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/70cb6b76/doc/new-book/configuration-security.adoc
----------------------------------------------------------------------
diff --git a/doc/new-book/configuration-security.adoc b/doc/new-book/configuration-security.adoc
index 4df8d4a..5c63afb 100644
--- a/doc/new-book/configuration-security.adoc
+++ b/doc/new-book/configuration-security.adoc
@@ -122,14 +122,20 @@ For information about additional `sslProfile` attributes, see xref:router_config
 
 If you plan to use SASL to authenticate connections, you must first add the SASL attributes to the `router` entity in the router's configuration file. These attributes define a set of SASL parameters that can be used by the router's incoming and outgoing connections.
 
-// Do we need to say something here about only supporting Cyrus SASL?
-
 .Prerequisites
 
 Before you can set up SASL, you must have the following:
 
 * xref:generating_sasl_database[The SASL database is generated.]
 * xref:configuring_sasl_database[The SASL configuration file is configured.]
+* The Cyrus SASL plugin is installed for each SASL mechanism you plan to use.
++
+Cyrus SASL uses plugins to support specific SASL mechanisms. Before you can use a particular SASL mechanism, the relevant plugin must be installed. For example, you need the `cyrus-sasl-plain` plugin to use SASL PLAIN authentication.
++
+--
+// Note about searching for an installing SASL plugins.
+include::{FragmentDir}/fragment-router-sasl-para.adoc[]
+--
 
 .Procedure
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org