[rabbitmq-discuss] RabbitMQ 3.3.0 Can not login with Open Ldap

Simon MacMullen simon at rabbitmq.com
Tue May 20 17:27:16 BST 2014


On 20/05/2014 11:45AM, dwang7630 at gmail.com wrote:
> *I'm read "Common errors encountered when using OpenLDAP Software" on
> website openldap.org.
> *
> *And know The error usually occurs when the credentials (password)
> provided does not match the userPassword held in entry you are binding
> to, or the error can also occur when the bind DN specified is not known
> to the server.*
> *After that i'm check both, but it's correct.*

Hmm. The thing is, you *are* getting this:

> =INFO REPORT==== 20-May-2014::02:40:04 ===
>     LDAP network traffic: bind request = {'BindRequest',3,
>                                           "cn=david.wang,dc=scholar,dc=com",
>                                           {simple,<<"abc123a@">>}}
> =INFO REPORT==== 20-May-2014::02:40:04 ===
>     LDAP network traffic: bind reply = {ok,
>                                         {'LDAPMessage',1,
>                                          {bindResponse,
>                                           {'BindResponse',invalidCredentials,
>                                            [],[],asn1_NOVALUE,asn1_NOVALUE}},
>                                          asn1_NOVALUE}}

That really is the LDAP server saying your credentials are invalid. Can 
you connect using these credentials using any other LDAP client? (e.g. 
Apache Directory Studio, ldapsearch, whatever)

Cheers, Simon

-- 
Simon MacMullen
RabbitMQ, Pivotal


More information about the rabbitmq-discuss mailing list