From: Graham B. <gb...@po...> - 2001-07-06 10:09:16
|
On Fri, Jul 06, 2001 at 10:23:44AM +0100, Chris Ridd wrote: > Graham Barr <gb...@po...> wrote: > > On Thu, Jul 05, 2001 at 12:12:04PM +0100, Graham Barr wrote: > >> > *However* that returns an I/O error when you next try to call > >> > _sendmesg on the socket, even though the socket looks OK: > >> > > >> > DB<1> x $ldap->socket > >> > 0 IO::Socket::SSL=GLOB(0x866b998) > >> > -> *Symbol::GEN0 > >> > FileHandle({*Symbol::GEN0}) => fileno(3) > >> > > >> > ... same fd as before the socketToSSL, which is good. > > > > I have solve it. socketToSSL does not tie the socket to the > > IO::Socket::SSL package. Adding that then it works. > > Confirmed here. Hurray! Are you going to send that bug fix back to Marko? Yes. > > I will commit what I have to CVS > > > > Graham. > > I've committed additional changes to LDAPS.pm, LDAP.pm and LDAP.pod. I just > copied the documentation across because I thought it was still useful to > see directly on the LDAPS page. OK, great. Graham. |