Re: [squid-users] -- Authenticator development

2003-11-05 Thread Alex Carlos Braga Antão
I made a simple one, to always return OK, I called null_auth.sh, but there's a little problem: when I kill -15 squid, it cannot kill my authenticators. Does squid send some caracter, or string to it to make it die ? Here is the code: #/bin/ksh while true do read usuario echo

Re: [squid-users] -- Authenticator development

2003-11-05 Thread Henrik Nordstrom
On Wed, 5 Nov 2003, Alex Carlos Braga Antão wrote: Does squid send some caracter, or string to it to make it die ? Squid closes the input to the helper. Here is the code: #/bin/ksh while true do read usuario echo OK done Thanks... This should be

[squid-users] -- Authenticator development

2003-11-04 Thread Alex Carlos Braga Antão
When can I find some docs about how to do an Authenticator ? Thanks...

Re: [squid-users] -- Authenticator development

2003-11-04 Thread Henrik Nordstrom
On Tue, 4 Nov 2003, Alex Carlos Braga Antão wrote: When can I find some docs about how to do an Authenticator ? The authenticator interface is documented in the auth_param documentation in squid.conf.default, and also referenced in the FAQ. The exact details varies with the authentication