On our Domain I use:

/usr/lib/squid/squid_ldap_group -R -b "dc=myorg,dc=org" -D "cn=Administrator,cn=Users,dc=myorg,dc=org"
    -w "mypassword" -f "(&(objectclass=person)(sAMAccountName=%v)
     (memberof=cn=%a,dc=myorg,dc=org))" -h 192.168.1.1`

grol


----- Original Message ----- From: "Syed Ali Saim" <[EMAIL PROTECTED]>
To: <squid-users@squid-cache.org>
Sent: Thursday, July 14, 2005 7:22 PM
Subject: [squid-users] squid_ldap_group question


I am trying to use extrenal acls with squid_ldap_group helper.
I have the following problem
when I issue

# /usr/sbin/squid_ldap_group -b "o=myorg" -f "uid=%u"  -h 192.168.0.10
xyz abc
OK
but when I try the same userid and with
#/usr/sbin/squid_ldap_group -b "o=myorg" -f "uid=%u,gid=%g"  -h 192.168.0.10
abc groupname
ERR

What am I doing wrong. If someone can help me figure out this problem,
would be extremly helpfull.

Thanks and Regards
Saim

Reply via email to