I am trying to get squid_ldap_auth to work from the command line but am having no success.

This works:
ldapsearch -H ldap://directory.somewhere.edu -x -b ou=accounts,dc=vt,dc=edu -Z '(uupid=jdoe)'


I have tried these and many. many more:
squid_ldap_auth -b "ou=accounts,dc=vt,dc=edu" -Z -H ldap://directory.somewhere.edu
squid_ldap_auth -b "ou=accounts,dc=vt,dc=edu" -v 3 -Z -H ldap://directory.somewhere.edu
squid_ldap_auth -b "ou=accounts,dc=vt,dc=edu" -f "(uupid=jdoe)" -Z -H ldap://directory.somewhere.edu


When I do the ldapsearch I see traffic via tcpdump, but I do not see traffic with squid_ldap_auth. Does squid_ldap_auth log errors or have a debug mode?

Thanks


Reply via email to