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
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
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 )