--On Monday, January 19, 2009 12:41 PM +0100 Dieter Kluenter <die...@dkluenter.de> wrote:

I tried starttls and EXTERNAL mechanism

,----[ start_tls ]
| my $ldap = Net::LDAP->new("$host",
|                          async => 1,
|                          version => 3,
|                         debug => 8
|         ) or die "$@";


Have you tried not using async operations first? I found with async I had to put in sleep's between the new, bind, and search operations.

--Quanah


--

Quanah Gibson-Mount
Principal Software Engineer
Zimbra, Inc
--------------------
Zimbra ::  the leader in open source messaging and collaboration

Reply via email to