"Ron Wahler" <[EMAIL PROTECTED]> wrote: > I can get access to the attributes if they are in the ACCESS-REQUEST, > but not if they are in the ACCESS-ACCEPT.
Hmm... the reply attributes do exist in the data structure, so they should be accessible to the 'exec' module. > I tried adding this code and the exec module, but I only get a subset of > the attributes. Which ones are missing? Do you see attributes which are in the reply, but which aren't passed to the 'exec' shell script? If you want access to BOTH the 'request' and 'reply' attributes, then your options are: 1) write a module specific to what you want 2) use rlm_perl or rlm_python With shell scripts, there is just no easy way to get access to both the reply & request attributes. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
