Hi squid users, I have a question about the helper squid_ldap_group whose don't find in the internet. I'm testing it and I noticed that it don't recognize groups inside group, but only read users inside group. The command I'm using is like this: external_acl_type AD_GROUP %LOGIN /usr/lib/squid3/squid_ldap_group -R -P -b "dc=domain,dc=yyy" -D "cn=user,dc=domain,dc=yyy" -w "password" -f "(&(objectclass=person)(sAMAccountName=%v)(memberof=cn="%a",ou="example",dc=domain,dc=yyy))" -h yyy.yyy.yyy.yyy Is there a way to squid_ldap_group to read the groups into the other group? Thanks in advance Rickifer Barros.