The successful run was against Win 2003 server. Not with 2000.
-----Original Message----- From: Norbert Klasen [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 2:18 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: issue on Net::LDAP sasl issue on windows 2000. --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