[rabbitmq-discuss] ldap authentication

Matthias Radestock matthias at rabbitmq.com
Wed Sep 21 02:05:50 BST 2011


On 21/09/11 01:56, Nathan wrote:
> On 09/20/2011 10:33 AM, Matthias Radestock wrote:
>> That needs to be rabbit_auth_backend_internal, no "mq". That rule
>> generally applies to the contents of auth_backends, since it refers to
>> Erlang modules, which we usually name rabbit_*, whereas our Erlang
>> applications (and hence config settings) are usually named rabbitmq_*.
>> Except for the rabbit application, which is just called 'rabbit'.
>> Confused yet?
>>
>> Matthias.
>
> Ok now I have local auth back, thanks (and for the record I am confused)!
>
> My current config looks like the following
>
> [
> {rabbitmq_stomp, [{tcp_listeners, [6163]} ]},
> {rabbit, [{auth_backends, [rabbit_auth_backend_internal,
> rabbitmq_auth_backend_ldap]}] },

That should be rabbit_auth_backend_ldap. No "mq". As per the 
aforementioned rule.


Matthias.


More information about the rabbitmq-discuss mailing list