Re: [squid-users] More than one type of redirector

From: Colin Campbell <sgcccdc@dont-contact.us>
Date: Wed, 27 Jun 2001 08:51:14 +1000 (EST)

Hi,

I don't have your original email. How were you calling them from squid?
Despite what is implied you cannot define the authentication program as

        redirect_program blah1 | blah2

You can't even pass args. Apparently this is a known feature. You'll have
to (if you haven't already) stick it in a shell script wrapper, eg

        redirect_program redirect_wrapper

where redirect_wrapper is something like

#! /bin/sh
program1 | program2

Colin
Received on Tue Jun 26 2001 - 16:51:30 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:00:51 MST