Hello all, I have trouble getting the squid_ldap_group module running Actually I am even still stuck at the command-line, which is not working.
linux:/usr/local/squid/libexec # ldapsearch -x -h 192.168.10.1 -b "ou=gruppen,o=nsc" "(&(cn=alle)(member=cn=JBeers,ou=Technik,o=NSC))" ...(snip) # alle, Gruppen, NSC dn: cn=alle,ou=Gruppen,o=NSC objectClass: groupOfNames objectClass: top ...(snip) member: cn=JBeers,ou=Technik,o=NSC ...(snip) member: cn=Administrator,ou=Technik,o=NSC cn: alle # search result search: 2 result: 0 Success # numResponses: 2 # numEntries: 1 Sofar sogood. Now lets try the squid_ldap_group: linux:/usr/local/squid/libexec # ./squid_ldap_group -h groupwise -b "ou=Gruppen,o=nsc" -f "(&(cn=alle)(member=cn=JBeers,ou=Technik,o=NSC))" ERR ERR ------------------------- if I start squid_ldap_group like this, it sits there, waiting forever. The "ERR" comes when I press Enter. It seems it is waiting for some kind of input. Can someone please help me out here? With kind regards, Jan Beers
