On Wed, 7 Jul 2004 [EMAIL PROTECTED] wrote: > I'm tiring to run Squid 2.5.STABLE5 with ldap_group authentication. > > I configured the squid.conf file like: > > 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=%v)" -B > "OU=Users,OU=department,OU=office,DC=my_domain" -F "samaccountname=%s) > -h ldapserver.my_domain -p 389 -D [EMAIL PROTECTED] -w secretpassword > (I tested it on command line and it works fine)
You also need to configure the authentication scheme using squid_ldap_auth. man squid_ldap_auth Regards Henrik
