[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: Simple bind error
This is what I see in the log:
daemon: read active on 32
Jun 27 18:37:29 LDAP-TLS slapd[7771]: daemon: epoll: listen=7 active_threads=0 tvp=NULL
Jun 27 18:37:29 LDAP-TLS slapd[7771]: daemon: epoll: listen=8 active_threads=0 tvp=NULL
Jun 27 18:37:29 LDAP-TLS slapd[7771]: connection_get(32)
Jun 27 18:37:29 LDAP-TLS slapd[7771]: connection_get(32): got connid=1063
Jun 27 18:37:29 LDAP-TLS slapd[7771]: connection_read(32): checking for input on id=1063
Jun 27 18:37:29 LDAP-TLS slapd[7771]: op tag 0x60, time 1372372649
Jun 27 18:37:29 LDAP-TLS slapd[7771]: conn=1063 op=0 do_bind
Jun 27 18:37:29 LDAP-TLS slapd[7771]: >>> dnPrettyNormal: <cn=ldap,dc=curry,dc=edu>
Jun 27 18:37:29 LDAP-TLS slapd[7771]: <<< dnPrettyNormal: <cn=ldap,dc=curry,dc=edu>, <cn=ldap,dc=curry,dc=edu>
Jun 27 18:37:29 LDAP-TLS slapd[7771]: conn=1063 op=0 BIND dn="cn=ldap,dc=curry,dc=edu" method=128
Jun 27 18:37:29 LDAP-TLS slapd[7771]: do_bind: version=3 dn="cn=ldap,dc=curry,dc=edu" method=128
Jun 27 18:37:29 LDAP-TLS slapd[7771]: ==> bdb_bind: dn: cn=ldap,dc=curry,dc=edu
Jun 27 18:37:29 LDAP-TLS slapd[7771]: bdb_dn2entry("cn=ldap,dc=curry,dc=edu")
Jun 27 18:37:29 LDAP-TLS slapd[7771]: => bdb_dn2id("cn=ldap,dc=curry,dc=edu")
Jun 27 18:37:29 LDAP-TLS slapd[7771]: <= bdb_dn2id: get failed: BDB0073 DB_NOTFOUND: No matching key/data pair found (-30988)
Jun 27 18:37:29 LDAP-TLS slapd[7771]: daemon: activity on 1 descriptor
Jun 27 18:37:29 LDAP-TLS slapd[7771]: daemon: activity on:
Jun 27 18:37:29 LDAP-TLS slapd[7771]:
Jun 27 18:37:29 LDAP-TLS slapd[7771]: daemon: epoll: listen=7 active_threads=0 tvp=NULL
Jun 27 18:37:29 LDAP-TLS slapd[7771]: daemon: epoll: listen=8 active_threads=0 tvp=NULL
Jun 27 18:37:29 LDAP-TLS slapd[7771]: send_ldap_result: conn=1063 op=0 p=3
Jun 27 18:37:29 LDAP-TLS slapd[7771]: send_ldap_result: err=49 matched="" text=""
Jun 27 18:37:29 LDAP-TLS slapd[7771]: send_ldap_response: msgid=96 tag=97 err=49
Jun 27 18:37:29 LDAP-TLS slapd[7771]: conn=1063 op=0 RESULT tag=97 err=49 text=
I tried google for this error " BDB0073 DB_NOTFOUND: No matching key/data pair found (-30988)" so far no help
Thanks for the help.
-----Original Message-----
From: Michael Ströder [mailto:michael@stroeder.com]
Sent: Thursday, June 27, 2013 3:53 PM
To: Darouichi, Aziz; openldap-technical@openldap.org
Subject: Re: Simple bind error
Darouichi, Aziz wrote:
> I am trying to use softerra to connect to a local openldap-2.4.34 using Simple Bind, after I enter the password and BasDn info. I get Invalid credentials.
>
> Any help or debug this issue will be great.
I'd look at the server's log to check whether the LDAP client sends what you
expect.
Ciao, Michael.