Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <00a701c0ba41$d5fa86e0$0200a8c0@mike>
From: "Mike Everest" <mike@gsat.net.au>
To: "Robert Collins" <robert.collins@itdomain.com.au>
Cc: <cygwin@cygwin.com>
References: <002c01c0b9f5$e4a8d5d0$0200a8c0@mike> <013501c0ba33$c2028f60$0200a8c0@lifelesswks>
Subject: Re: fgets() behaviour
Date: Sun, 1 Apr 2001 10:22:26 +1000
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700

Hello Rob!

>     strange to see you here :]

i've been getting about since i started toying with this stuff ;-)

> Try running it in a wrapper script (Pop back to squid-users, look in the
> recent archives, Henrik posted a wrapper script for someone who had
> problems with their helper exiting. A short modification  of that script
> and you should be able to test it.

thanks for that advice...

i have used this:
#!/usr/bin/perl

open(AUTH,"|/usr/local/sqltest.exe") ||die("Failed to start pam_auth");

select AUTH; $|=1;

select STDOUT; $|=1;

while(<>) {print AUTH$_;}

but it doesn't even run the auth module...  excuse me if i am blatantly off
the track :-}

regards.





--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

