From: Chris R. <Chr...@me...> - 2000-05-26 12:08:40
|
On Thu, 25 May 2000 20:15:17 BST, Graham Barr wrote: > This one is puzzling, there is no reason why a second bind should > do anything diffeent. > > The debug report from Simon is excellent help, but if you have > anything more it can only help > > Thanks, > Graham. This might be related to the "what does unbind really do" discussion that Kurt from OpenLDAP had with us recently. I am of the opinion that unbind leaves the TCP connection open, and it looks like Simon is too. Kurt was of the opinion that unbind closed the TCP connection. The workaround is probably to destroy the $ldap object after unbinding the first time, and then recreate it before binding the second time. Cheers, Chris |