<div dir="ltr">I'm trying authenticate Squid (3.4.8) in the Samba 4.<br><br>The first block is working perfectly.<br><br>auth_param basic program /usr/lib/squid3/basic_ldap_auth -R -b \<br>DC=empresa,DC=com,DC=br -D CN=proxy,CN=Users,DC=empresa,DC=com,DC=br \<br>-w 12345 -h 192.168.0.25 -p 389 -s sub -v 3 -f "sAMAccountName=%s"<br>auth_param basic children 50<br>auth_param basic realm Proxy Server Squid<br>auth_param basic credentialsttl 2 hours<br>auth_param basic casesensitive off<br><br><br>But when I try to use external_acl_type, <br><br>external_acl_type ad_group %LOGIN /usr/lib/squid3/ext_ldap_group_acl -v 3 -R -b \<br>DC=empresa,DC=com,DC=br -f “(&(cn=%v)(memberOf=cn=%a,DC=empresa,DC=com,DC=br ))” -D \<br>CN=proxy,CN=Users,DC=empresa,DC=com,DC=br -w 12345 -P <a href="http://192.168.0.25:389">192.168.0.25:389</a><br><br><br>I have the following problem:<br><br><b>ext_ldap_group_acl: WARNING: LDAP search error 'Bad search filter'</b><br><br>Could anybody help me?<br></div>