On Friday 21 February 2003 08.48, [EMAIL PROTECTED] wrote: > So... how *do* I get squid_ldap_group to check that user_name is a > member of proxygrp *and* authenticate them like I did with > squid_ldap_auth?
You make use of both. squid_ldap_auth in the "auth_param basic .." directive, squid_ldap_group in the "external_acl_type ..." directive. Then they will automatically cooperate to first authentictate the users login+password, and then authorize the user based on his group memberships. Regards Henrik
