On Wed, 17 Dec 2003, Victor Souza Menezes wrote:

> Hello everybody, I can't solve my problems with squid_ldap_auth. I followed  
> the manual instructions and putted the following line in squid.conf:
> 
> auth_param basic program /usr/lib/squid/squid_ldap_auth -p -R -b "dc=tre-pb,
> dc=gov, dc=br" -D "cn=victor,cn=users,dc=tre-pb,dc=gov,dc=br" -w cl3500vsm -f
> (&(userPrincipalName=%s)objectClass=Person)) -h ip_address

The search filter is not correct. Missing a parantese infront of 
objectClass.

> squid_ldap_auth: WARNING, could not bind to binddn 'Invalid credentials'

Then either -D or -w is not correct. Try binding to the same user using 
ldapsearch (remember the -x flag).

Regards
Henrik

Reply via email to