should the input not be user + password separated by a space? echo "usuario1 password" | Sean On 13 September 2012 14:42, Bijoy Lobo <bijoy.lobo@xxxxxxxxxxxx> wrote: > 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