Denis Tatarskikh <[EMAIL PROTECTED]> wrote:
> I wonder why freeradius doesn't pass last valuepair in pairlist to external
> program as env variable? At exec.c, line 220:
>         for (vp = input_pairs; vp && vp->next; vp = vp->next) {

  That sounds like a bug.

> However, at my case the last VP isn't password field, but I really need access
> that in my program. What should I do to get radiusd work properly?

  Delete the '&& vp->next', and recompile.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to