On Friday 07 March 2003 10.32, Homberger Peter wrote: > I have done the changes you written me. > > I have tooken squid-2.5.STABLE1 together with ldap_auth_group > version 2.10. If the quotes will be removed an syntax error near > unexpected token `&' receives.
when you try the command line manually from the shell you need to use quotes to protect & ( and some other characters from the shell command line parser. when you specify the command in squid.conf you should not use quotes. Squid-2.5.STABLE1 does not support quotes. There is a patch to 2.5.STABLE1 to add support for quotes in program specifications, but it is only needed if you need to specify arguments having spaces. Squid is not sensitive to & ( and the other shell meta characters. Regards Henrik
