On tor, 2007-07-26 at 16:29 +0200, sflour@xxxxxxxxxxxx wrote: > auth_param digest program c:/squid/libexec/digest_ldap_auth.exe -e -A > "unicodePwd" -b "dc=aude,dc=com" -D > "cn=Administrateur,cn=Users,dc=aude,dc=com" -w "toto" -h 192.1.1.1 -v3 -Z You can't use Active Directory in that manner. The unicodePwd attribute is a magic write-only attribute. To use digest_ldap_auth your LDAP directory needs to provide either the plaintext password of the user, or alternatively a realm specific Digest H(A1) hash. Regards Henri