<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2013/12/12 Armen Michaeli <span dir="ltr"><<a href="mailto:armen.michaeli@gmail.com" target="_blank">armen.michaeli@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I had some authentication issues with 3.2.2 so I copied an installation of 3.2.1 I had from another host, but whichever server I run, rabbitmqcl list_users gives me the list of the users I had been "adding" when 3.2.2 was running. What's going on?</blockquote>

</div><br>Users are stored in a distributed database called Mnesia. If your servers are not clustered, then likely rabbitmqctl</div><div class="gmail_extra">contacts the same node instead of two different nodes. If they are clustered, both nodes have a consistent view<br>

<div>of the users table, which is expected.</div>-- <br>MK<br><br><a href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br><a href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br>


</div></div>