On 22 Oct 2004, at 09:59, [EMAIL PROTECTED] wrote:
my $ldapbind = $ldapconn->bind(anonymous=>'empty', sasl=>$sasl, version=>3);

You should not pass both anonymous and sasl, try

  $ldapbind = $ldapconn->bind(sasl=>$sasl, version=>3);

Graham.



Reply via email to