Hello all, I am trying to make Squid + LDAP work with MD5 digest. Ive tried this command, echo '"usuario1":"Squid proxy-caching web server"' | /usr/lib/squid3/digest_ldap_auth -b "ou=people,dc=paladion,dc=com" -u "uid=%s" -A "userPassword" -D "cn=admin,dc=test,dc=com" -w "test@123" -e -v 3 -h 127.0.0.1 output is ERR No such user LDAP Search Output root@Proxy:~# ldapsearch -xLLL | grep usuario dn: uid=usuario1,ou=people,dc=test,dc=com uid: usuario1 -- Thanks and Regards Bijoy Lobo Paladion Networks