On 3/06/2014 8:23 a.m., Jose-Marcio Martins wrote: > > Hello, > > I'm trying to authenticate a squid server against an openldap server. It > works fine if I don't try TLS. When I do it, adding the "-Z" option, it > doesn't work. > > It's a Fedora 20 box running squid 3.3.12. > > Helper is defined as follow at squid.conf : > > auth_param basic program /usr/lib64/squid/basic_ldap_auth -b > "ou=people,dc=domain,dc=fr" -u "uid" -f "(|(mail=%s)(uid=%s))" -Z -h > ldap.domain.fr > What do you see running it manually with that command line? If its crashing you could also try running it under a debugger to find out why. Amos