Hi.
On 10.08.2012 01:10, Rickifer Barros wrote:
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?
Afaik, the only way to let the squid know about nested groups is to use
a squid_kerb_ldap instead of the squid_ldap_group.
Eugene.