Repository: qpid-dispatch Updated Branches: refs/heads/0.7.x 7db71b817 -> 86ba3becc
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/86ba3bec Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/86ba3bec Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/86ba3bec Branch: refs/heads/0.7.x Commit: 86ba3becc82417cfdbf3f83bd8f6750ead63b7ec Parents: 7db71b8 Author: Ted Ross <[email protected]> Authored: Tue Oct 4 13:27:22 2016 -0400 Committer: Ted Ross <[email protected]> Committed: Tue Oct 4 13:28:29 2016 -0400 ---------------------------------------------------------------------- etc/qdrouterd.conf | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/86ba3bec/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: [email protected] For additional commands, e-mail: [email protected]
