Hi all running sles 11 with squid 2.7 stable5-2.4.1 trying to use squid_ldap_auth against edirectory 8.8 sp5 on os2sp2. I'm trying first from command line and not even the first step is working When i type at bash: /usr/sbin/squid_ldap_auth -Z -D cn=squid,o=test -w test -b o=test -s sub -f "(&(objectclass=User)(cn=%s))" -h 10.1.1..2 -p 389 Nothing happen. Cursor keeps blinking. Pressing enter just drop one line but keeps blinking then i have to press control-c to stop it If i use squid_ldapauth after configure /etc/squid_ldapauth.conf with the same credentials as before, it works If i telnet from squid server to port ldap server port 389 por 636, it works I've tried different queries like dropping the -Z option but made no changes. so only squid_ldap_auth is not even sending a query. Nothing on var/log/messar or /var/log/squid/*.log files and tracing with tcpdump shows no info sent to the ldpa server. So what i'm doing wrong? :-) Thanks a lot for any help Gonzalo