--On Freitag, 9. April 2004 13:09 -0400 [EMAIL PROTECTED] wrote:

my $sasl = Authen::SASL->new(mechanism => 'DIGEST-MD5', password
=>'xyzabc');

Are you sure Active Directory in Windows 2000 supports DIGEST-MD5? According to Microsoft's "Active Directory LDAP Compliance" document RFC 2831 (Using Digest Authentication as an SASL Mechanism) is only supported as of Windows Server 2003.


Try querying your server for its supported SASL mechanisms:
ldapsearch -h <host> -s base -b "" supportedSASLMechanisms

Norbert

Reply via email to