ons 2003-04-02 klockan 09.56 skrev Stefan.Vogel@temic.com:
> 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 <hno@squid-cache.org> MARA Systems AB, SwedenReceived on Wed Apr 02 2003 - 02:45:44 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:14:36 MST