Thanks for the response. I think I&#39;m going to have to use the internal database, but I&#39;ll�definitely�keep an eye out for the fix.<div>Kristen<br><br><div class="gmail_quote">On Wed, Aug 8, 2012 at 10:36 AM, Simon MacMullen <span dir="ltr">&lt;<a href="mailto:simon@rabbitmq.com" target="_blank">simon@rabbitmq.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 01/08/12 19:45, Kristen Stewart wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This is the error returned from the management UI:<br>
<br>
{error,<br>
� � �{exit,<br>
� � � � �{{{case_clause,<br>
� � � � � � � �{badrpc,<br>
� � � � � � � � � �{&#39;EXIT&#39;,<br>
� � � � � � � � � � � �{as_user_no_password,<br>
� � � � � � � � � � � � � �{gen_server,call,<br>
� � � � � � � � � � � � � � � �[rabbit_auth_backend_ldap,<br>
� � � � � � � � � � � � � � � � {login,&lt;&lt;&quot;knstewart&quot;&gt;&gt;},<br>
</blockquote>
<br></div>
Ah. Thanks for the report.<br>
<br>
So it seems that there is an incompatibility between the AMQP direct client and the LDAP plugin&#39;s {other_bind, as_user} mode. This will affect bits of the management plugin and some other plugins (STOMP for example).<br>

<br>
This is especially noticeable since {other_bind, as_user} is the default since 2.8.0.<br>
<br>
If it&#39;s acceptable to you, you can work around this by setting {other_bind, anon} or {other_bind, {&quot;username&quot;, &quot;password&quot;}} under rabbitmq_auth_backend_ldap in your configuration file.<br>
<br>
For an explanation of other_bind, see:<br>
<br>
<a href="http://hg.rabbitmq.com/rabbitmq-auth-backend-ldap/file/d76afaf44415/README#l100" target="_blank">http://hg.rabbitmq.com/<u></u>rabbitmq-auth-backend-ldap/<u></u>file/d76afaf44415/README#l100</a><br>
<br>
A fix for this will appear in a future release.<br>
<br>
Cheers, Simon<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Simon MacMullen<br>
RabbitMQ, VMware<br>
______________________________<u></u>_________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com" target="_blank">rabbitmq-discuss@lists.<u></u>rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/<u></u>cgi-bin/mailman/listinfo/<u></u>rabbitmq-discuss</a><br>
</font></span></blockquote></div><br></div>