On Fri, 2 Jul 2004 [EMAIL PROTECTED] wrote: > I configured the squid.conf file: > External_acl_type ldap_group %LOGIN /usr/local/squid/libexec/squid_ldap_group -b > "OU=Groups,OU=department,OU=office,DC=my_domain" -f "(cn=%g)" -B > "OU=Users,OU=department,OU=office,DC=my_domain" -F "samaccountname=%u) -h > ldapserver.my_domain -p 389 -D [EMAIL PROTECTED] -w secretpassword
Looks fine except that lower case must be used for the configuration directive, but I suppose the capital E is something done by you mail program and not in your configuration... But please note that you also need to configure authentication using the auth_param directives and squid_ldap_auth. squid_ldap_group is only responsible for verifying that the already authenticated user belongs to the given group. Regards Henrik
