Hello.
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) {
            /*
             *  Hmm... maybe we shouldn't pass the
             *  user's password in an environment
             *  variable...
             */

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?

-- 
Denis Tatarskikh [UdSU/MF] [UdSU/IC]        mailto:[EMAIL PROTECTED]

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

Reply via email to