[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Question about error running OpenLDAP



At 03:58 PM 4/18/2005, Safdar Kureishy wrote:
>I am trying to bring up an OpenLDAP server on windows, but it seems to
>be having trouble coming up. I have posted a message on the
>lucas.bergmann mailing list, but I also thought I'd post a message
>here since the errors seem to be generic OpenLDAP error messages. Here
>is the log file. Would any of you know what the problem might be?
>
>The errors I am seeing are: (1) WSAEWOULDBLOCk, (2) unkwon WSA error.

Both of these "failed" functions are benign and, in fact,
occur normally.

The key messages are actually:
 send_ldap_result: conn=0 op=0 p=3
 send_ldap_response: msgid=1 tag=97 err=49

49 means invalidCredentials.


>Thanks in advance,
>Safdar
>
>slapd startup: initiated.
>backend_startup: starting "dc=CustomerData,dc=Destiny,dc=com"
>bdb_db_open: dbenv_open(C:/openldap/var/openldap-data)
>slapd starting
>connection_get(1216): got connid=0
>connection_read(1216): checking for input on id=0
>ber_get_next
>ber_get_next: tag 0x30 len 51 contents:
>ber_get_next
>ber_get_next on fd 1216 failed errno=10035 (WSAEWOULDBLOCK)
>do_bind
>ber_scanf fmt ({imt) ber:
>ber_scanf fmt (m}) ber:
>>>> dnPrettyNormal: <cn=Manager,dc=bluejungle,dc=com>
>=> ldap_bv2dn(cn=Manager,dc=bluejungle,dc=com,0)
>ldap_err2string
><= ldap_bv2dn(cn=Manager,dc=bluejungle,dc=com)=0 Success
>=> ldap_dn2bv(272)
>ldap_err2string
><= ldap_dn2bv(cn=Manager,dc=bluejungle,dc=com)=0 Success
>=> ldap_dn2bv(272)
>ldap_err2string
><= ldap_dn2bv(cn=manager,dc=bluejungle,dc=com)=0 Success
><<< dnPrettyNormal: <cn=Manager,dc=bluejungle,dc=com>,
><cn=manager,dc=bluejungle,dc=com>
>do_bind: version=3 dn="cn=Manager,dc=bluejungle,dc=com" method=128
>send_ldap_result: conn=0 op=0 p=3
>send_ldap_response: msgid=1 tag=97 err=49
>ber_flush: 14 bytes to sd 1216
>connection_get(1216): got connid=0
>connection_read(1216): checking for input on id=0
>ber_get_next
>ber_get_next on fd 1216 failed errno=0 (unknown WSA error)
>connection_read(1216): input error=-2 id=0, closing.
>connection_closing: readying conn=0 sd=1216 for close
>connection_close: conn=0 sd=1216
>connection_get(1216): got connid=1
>connection_read(1216): checking for input on id=1
>ber_get_next
>ber_get_next: tag 0x30 len 51 contents:
>ber_get_next
>do_bind
>ber_get_next on fd 1216 failed errno=10035 (WSAEWOULDBLOCK)
>...
>...