On Thu, Aug 22, 2002 at 05:25:24PM +0100, Brian Candler wrote:
> send_ldap_result: conn=5 op=1 p=2
> send_ldap_response: msgid=2 tag=101 err=32
> ^^^
> Now, tag=101 is LDAP_RES_BIND (which is strange)
No it isn't, it's LDAP_RES_SEARCH_RESULT. That's an artefact of me
converting hex in my head. Doh!
The rest of what I wrote still applies though, except you should remove the
special-case for LDAP_RES_BIND which you will find in the patch :-)
Cheers,
Brian.