Re: [squid-users] Question about authenticateNegotiateHandleReply

From: Markus Moeller <huaraz@dont-contact.us>
Date: Wed, 9 May 2007 19:47:59 +0100

Yes the setbuf was missing.

Thanks
Markus

"Duane Wessels" <wessels@squid-cache.org> wrote in message
news:20070509013213.R40215@squid-cache.org...
>
>
>
> On Wed, 9 May 2007, Markus Moeller wrote:
>
>> I have written a helper program for the negotiate protocol (only the
>> Kerberos part of it). I can get it to determine the correct userid but
>> somehow the reply doesn't get back to squid. I don't get any debug from
>> authenticateNegotiateHandleReply. What triggers
>> authenticateNegotiateHandleReply to read the output of the helper program
>> ?
>
> obvious question: is your helper using unbuffered I/O?
>
> In C: setbuf(stdout, NULL);
>
> In perl: $|=1;
>
> Duane W.
>
Received on Wed May 09 2007 - 12:48:35 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Jun 01 2007 - 12:00:08 MDT