On Fri, 2 Jan 2004 [EMAIL PROTECTED] wrote: > o=vpop > ou=tld.com > uid=user1 > uid=user2 > > The squid.conf has the following lines: > auth_param basic program /usr/lib/squid/squid_ldap_auth -b > ou=tld.com,o=vpop -h localhost -D "cn=manager,o=vpop" -w password
Should work from what I can tell. The binddn/passwd (-D/-w) arguments are not needed in this setup. Can you bind to the user using ldapsearch? ldapsearch -x -D o=vpop,ou=tld.com,uid=user1 -W -b ou=tld.com,o=vpop Regards Henrik
