Hello all, Actually I'm using squid with ldap authentication auth_param basic program /usr/lib/squid/squid_ldap_auth -b ou=People,dc=ldap,dc=test -h 192.168.1.1:389 auth_param basic realm PASSWORD auth_param basic children 100 startup=50 idle=20 Now I want to secure clients authentication, but I cannot change the ldap config Is it possible ? what's the best way to do that ?