[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnu-radius] problem with filters
From: |
List User |
Subject: |
Re: [Help-gnu-radius] problem with filters |
Date: |
Mon, 11 Aug 2003 12:19:16 -0700 |
I see, then only if Exec-Program-Wait is a script starting with / then it
must return 0. For the filter when Exec-Progam-Wait it starts with |, script
should not call exit(). Correct?
What is more efficient filter or the script?
thanks
----- Original Message -----
From: "Sergey Poznyakoff" <address@hidden>
To: "List User" <address@hidden>
Cc: "Pawel Skiba" <address@hidden>; <address@hidden>
Sent: Monday, August 11, 2003 9:38 AM
Subject: Re: [Help-gnu-radius] problem with filters
> On Mon, 11 Aug 2003 09:10:31 -0700, "List User" <address@hidden>
> wrote:
>
> > You filter must return 0, not string 0.
>
> No, that's wrong! A filter never returns, unless it receives an EOF.
> Pawel's script is quite right.
>
> Regards,
> Sergey
>