I am still curious about the performance implications of performing a
bind/unbind per LDAP query. If we are doing up to 15K queries an hour
against an AD DC, how "bad" (a vague term, I know) would it be to do a bind,
perform the query, and then unbind for each query? Oddly, doing this seems
to fix our problem where our cached connection fails.

----- Original Message ----- From: "Chris Ridd" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, November 16, 2004 2:24 PM
Subject: Re: Problem with Net::LDAP and $mesg->code



On 16/11/04 8:10 pm, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

I am using Net::LDAP (p5-perl-ldap-0.28) on a FreeBSD 4.9 server with
Perl

That's pretty old - can you try 0.3202? There's a change in 0.30 which looks as though it might be relevant, but it was over a year ago so I could be wrong:

perl-ldap 0.30 17 Oct 2003
==========================

* Documentation updates
* Fixed bug checking return value of client_step in bind()
* Fixed bug in Entry.pm causing method calls on unblessed references

Cheers,

Chris







Reply via email to