Re: Problem with Net::LDAP and $mesg->code

2004-11-29 Thread fuser9bb
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

Problem with Net::LDAP and $mesg->code

2004-11-16 Thread fuser9bb
I am using Net::LDAP (p5-perl-ldap-0.28) on a FreeBSD 4.9 server with Perl 5.8 (perl-5.8.2_5). In general, I have Net::LDAP working well, but every once in a while I get an error. The problem is that I should never see this error I think. Here is what I do: 1. I connect to the LDAP server. I save t