Im getting this squid cache log error while trying to validate squid users using slapd
"squid_ldap_auth: WARNING, could not bind to binddn 'Protocol error' "


Script: /usr/lib/squid/autenticacion_ldap
#!/bin/bash
/usr/lib/squid/ldap_auth -R -b dc=mydomain,dc=com -D
cn=admin,dc=mydomain,dc=com -w pass -f uid=%s 192.168.2.107

Squid.conf
auth_param basic program /usr/lib/squid/autenticacion_ldap
acl password proxy_auth REQUIRED
http_access allow mynet password
icp_access allow mynet
http_access deny all

Any idea ??¿

tested from the comand line, but doesnt work either, just ERR

using Debian Sarge, Squid 2.5 Stable6
Openldap
192.168.2.107 internal openldap server  for development.

thnxs in adv




Reply via email to