On 16/1/04 8:17 am, Graham Barr <[EMAIL PROTECTED]> wrote:

> Begin forwarded message:
> 
>> From: Larry Stewart Lile <[EMAIL PROTECTED]>
>> Date: 15 January 2004 23:26:32 GMT
>> To: Graham Barr <[EMAIL PROTECTED]>
>> Subject: Net::LDAP, start_tls and referrals
>> Message-Id:  
>> <Pine.LNX.4.44.0401151523240.4902
>> [EMAIL PROTECTED]>
>> 
>> 
>> Hi Graham,
>> 
>> I've having problems chasing referrals while using start_tls, it
>> appears that unbind isn't strong enough, I need something that
>> will completely disconnect the SSL connection so that I can
>> forge a new one to the referred server.  Any suggestions?
>> 
>> I am trying to add TLS and ldaps: support to led
>> (http://www.sourceforge.net/projects/led).

To close the socket, call $ldap->disconnect();

Cheers,

Chris

Reply via email to