The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.10 - 2004-12-04

  • applied patches from Gordon Lack to do exact searches: exact searches are now supported;
  • better management of undefined values, so that tests don't issue warnings any more;
  • in particular, now the $ldap->error for error code 0 (that means: no error) is a null string, and not undef. I hope this doesn't break any existing application, but in case it does please contact me!
  • test scripts have been deeply revised
  • filters are now built differently: attribute/search-string are not coupled with a boolean operator any more: now there is a single boolean operator in the whole filter
  • no delegation yet, sorry guys... :-(
  • 0.03, 0.04, 0.05 have been created, but never released to the public

Modules

Simplified interface for Net::LDAP