On Sat, 20 Dec 2003, Keppner, Christoph wrote: > when i search with ldapsearch and filter (objectClass=groupOfNames), nothing
Then search for a group by CN and look what the objectClass in the AD is. > external_acl_type ldap_group %LOGIN /usr/lib/squid/squid_ldap_group -b > dc=dhc-gmbh,dc=com -D [EMAIL PROTECTED] -w SeCrEt -f > "(&(cn=%g)(member=%u)(objectClass=groupOfNames))" -F "(sAMAccountName=%s)" The -D should be a DN, not a email address. But the helper should warn you loudly if this is your problem. Regards Henrik
