On 2008-04-24 20:18 Matias Chris wrote > Hi there, this might be seen as offtopic but is part of our > proxy solution, there is some silly problem Im stuck with... > > I need to authenticate users with LDAP against a group called > "Domain Users" with the space in the middle. Is this possible? > > Im using squid_ldap_group scritp on the command line(for > testing), if I try with a one-word group like "Internet" it > gives me a OK, but if I try with "Domain Users" I allways > receive an ERR even If i send the group between "". Is there > any way to authenticate against a group called with more than > one word? > > >Thanks! Put the group into a file and authenticate using the file as source external_acl_type ldap_group %LOGIN /usr/sbin/squid_ldap_group -v3 -b "ou=Groups,dc=example,dc=com" -f "(&(cn=%g)(memberuid=%u))" localhost acl group_domainAdmins external ldap_group "/etc/squid/groups_domainAdmins" Philip