RE: Net::LDAPS new connection

2006-07-11 Thread Hirmke Michael
Hi, [...] > > Perl version is 5.8.5, Net::LDAP version is 0.3301. > > > > Because everthing works perfectly on my Windows machine > with Perl 5.8.8 > > I suspect there might be some module in 5.8.5, which causes > the problem > > - but which module? Any hint? > > Check your versions of Net::SS

Re: Net::LDAPS new connection

2006-07-10 Thread Christopher A Bongaarts
In the immortal words of Hirmke Michael: > > probably I'm doing something wrong, but I am not able to connect to an > LDAPS server more than one time in a script on a Linux machine. > The first connect succeeds as expected, after having done some work I > disconnect from the server ($oLDAP->disco

Net::LDAPS new connection

2006-07-10 Thread Hirmke Michael
Hi, probably I'm doing something wrong, but I am not able to connect to an LDAPS server more than one time in a script on a Linux machine. The first connect succeeds as expected, after having done some work I disconnect from the server ($oLDAP->disconnect and/or $oLDAP->unbind) and undef( $oLDAP )