12 Apr
2007
12 Apr
'07
11:03 a.m.
On Wed, 2007-04-11 at 19:50 -0500, Ben Beuchler wrote:
I'd note that if your client is performing search + bind on the same connection in an asynchronous manner, then the server behavior as per RFC4511 is undefined, since a server is not supposed to be willing to handle operations intermixed with binds until a bind is concluded. That is, any operation can be multiplexed on a single LDAP connection __except__ binds, which must be serialized.
That's how I thought it was working. But I think I found a bug in there. See if the attached patch fixes it?