You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2016/10/04 17:33:57 UTC

qpid-dispatch git commit: DISPATCH-224 - Restrict the SASL mechanisms to ANONYMOUS when authenticatePeer is off. This is a workaround for an apparent Proton bug.

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 8deffb991 -> 1d34face7


DISPATCH-224 - Restrict the SASL mechanisms to ANONYMOUS when authenticatePeer is off.  This is a workaround for an apparent Proton bug.


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

Branch: refs/heads/master
Commit: 1d34face7e986df206fc8958f7177199c9282850
Parents: 8deffb9
Author: Ted Ross <tr...@redhat.com>
Authored: Tue Oct 4 13:27:22 2016 -0400
Committer: Ted Ross <tr...@redhat.com>
Committed: Tue Oct 4 13:27:22 2016 -0400

----------------------------------------------------------------------
 etc/qdrouterd.conf | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/1d34face/etc/qdrouterd.conf
----------------------------------------------------------------------
diff --git a/etc/qdrouterd.conf b/etc/qdrouterd.conf
index 507098e..4e8e506 100644
--- a/etc/qdrouterd.conf
+++ b/etc/qdrouterd.conf
@@ -29,6 +29,7 @@ listener {
     host: 0.0.0.0
     port: amqp
     authenticatePeer: no
+    saslMechanisms: ANONYMOUS
 }
 
 address {


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