Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Re: explicit disconnect in Net::LDAP

by amphiplex (Monk)
on Nov 12, 2002 at 11:49 UTC ( [id://212253]=note: print w/replies, xml ) Need Help??


in reply to Re: explicit disconnect in Net::LDAP
in thread explicit disconnect in Net::LDAP

Thank you, but I couldn't really find anything there either.
Fortunately, a friend of mine looked into the code and found an undocumented method socket() which returns the socket used.

So in case someone else has got troubles with buggy LDAP servers:
my $ldap = Net::LDAP->new(...) .... $ldap->unbind() my $socket = $ldap->socket(); close $socket if $socket;

---- amphiplex

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://212253]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (1)
As of 2024-04-25 00:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found