[rabbitmq-discuss] ldap authentication

Nathan phenisha at gmail.com
Tue Sep 20 01:21:49 BST 2011


>> [
>> {rabbitmq_stomp, [{tcp_listeners, [6163]} ]},
>> {rabbit, [{auth_backends, [rabbit_auth_backend_ldap]}] },
>> {rabbit_auth_backend_ldap,
>> [ {servers, ["ldap.zozee.com"]}, ...
>
> The docs are wrong. The second 'rabbit_auth_backend_ldap' should be 
> 'rabbitmq_auth_backend_ldap' instead.
>

Matthias, Thank you.

However now when i change it back to rabbitmq_auth_backend_internal
none of my local users can authenticate?


bellow is the log excerpt:


=INFO REPORT==== 20-Sep-2011::10:21:01 ===
starting TCP connection <0.1913.0> from 172.16.0.51:59105




=ERROR REPORT==== 20-Sep-2011::10:21:04 ===
exception on TCP connection <0.1913.0> from 172.16.0.51:59105
{channel0_error,starting,
     {error,undef,'connection.start_ok',
         [{rabbitmq_auth_backend_internal,check_user_login,
              [<<"testguy">>,[{password,<<"testpw">>}]]},
          {rabbit_access_control,'-check_user_login/2-fun-0-',4},
          {lists,foldl,3},
          {rabbit_reader,auth_phase,2},
          {rabbit_reader,handle_method0,3},
          {rabbit_reader,handle_input,3},
          {rabbit_reader,recvloop,2},
          {rabbit_reader,start_connection,7}]}}

=INFO REPORT==== 20-Sep-2011::10:21:04 ===
closing TCP connection <0.1913.0> from 172.16.0.51:59105


Thank you
Nathan


More information about the rabbitmq-discuss mailing list