I've tried to setup AD authentication according to instructions found at this link , but it wasn't successful, AD authentication didn't work.
In cache.log, I've got:
squid_ldap_auth: WARNING, LDAP search error 'Operations error'
I've tried to manually authenticate direct from command line:
/usr/lib/squid/ldap_auth -R -b dc=central,dc=company,dc=local -D cn=BobanAdmin,cn=Users,dc=central,dc=company,dc=local -w password -f sAMAccountName=boban -h 192.168.0.13 -v 3
and there was no output, only prompt hanging...
DN and corresponding password are OK, and I'm successfully doing ldapsearch with that credentials.
I've also tried to place quotes to many different places, but with no results.
What am I doing wrong?