On Thu, 19 Feb 2004, Ampugnani, Fernando wrote: > I have been same test with squid_ldap_auth and > squid_ldap_group. And I see that same part of squid_ldap_group line work > properly (part that connect to LDAP and do the search), but I belive that > when squid_ldap_group must send user and password there is same wrong, > because take password as group.
squid_ldap_group is not interested in the password, only the username and the group. it is the job of squid_ldap_auth to verify the password. Usually you use both together. squid_ldap_auth in auth_param basic program, squid_ldap_group in external_acl_type. Regards Henrik
