Josh Howlett <[EMAIL PROTECTED]> wrote:
> program = "/path/to/myscript.sh %{Packet-Type}
> ...
> }
>
> ...results in a correct first argument myscript.sh for Access-Request and
> Accounting-Request,
Which are both "requests"
> but not Access-Accept.
Which is a "reply". See doc/variables.txt
Try: program = "/path/to/myscript.sh %{reply:Packet-Type}
Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

