ons 2003-04-02 klockan 09.56 skrev [EMAIL PROTECTED]: > Thanks, it didn't install correctly, but now I found it in the > sourcedirectory. > > Nevertheless I did not get it working. > I have a group called "Internetuser NU" and a basedn "o=cag" > I have tried > squid_ldap_group -b "o=cag" -f "Internetuser NU" -F uid=%s 172.25.0.19
The above -f argument is not a valid LDAP filter specification... Try this squid_ldap_group -b "o=cag" -f "(&(cn=Internetuser NU)(objectClass=groupOfNames)(member=%u))" -F "(&(uid=%s)(objectClass=Person))" 172.25.0.19 -- Henrik Nordstrom <[EMAIL PROTECTED]> MARA Systems AB, Sweden
