summaryrefslogtreecommitdiff
path: root/cpp/xml
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-07-20 19:56:42 +0000
committerAlan Conway <aconway@apache.org>2010-07-20 19:56:42 +0000
commit34e42b3ca024e337dfc2264d102e09172a1eddc2 (patch)
treef990b65c9a4ed9a62d3e05a59a14547c76a31f90 /cpp/xml
parent2dd4016afe22c6dfc5826353a9c23c016b10cf3a (diff)
downloadqpid-python-34e42b3ca024e337dfc2264d102e09172a1eddc2.tar.gz
Fix bug in cluster with authentication: nodes exit with "unauthorized-access"
Adding a node to a cluster on which authentication is enabled and on which there are existing connections authenticated with mechanisms other than anonymous, may result in nodes exiting the cluster with inconsistent authorisation errors. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@965979 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml')
-rw-r--r--cpp/xml/cluster.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml
index ecd4515558..9cbad82d61 100644
--- a/cpp/xml/cluster.xml
+++ b/cpp/xml/cluster.xml
@@ -159,11 +159,16 @@
- send shadow-ready to mark end of shadow update.
- send membership when entire update is complete.
-->
+ <!-- Send the user-id for an update connection. -->
+ <control name="shadow-set-user" code="0x0E">
+ <field name="user-id" type="str16"/>
+ </control>
+
<!-- Prepare to send a shadow connection with the given ID. -->
<control name="shadow-prepare" code="0x0F">
<field name="management-id" type="str16"/>
</control>
-
+
<!-- Consumer state that cannot be set by standard AMQP controls. -->
<control name="consumer-state" code="0x10">
<field name="name" type="str8"/>