Sion wrote:
> This had actually crossed my mind but I had tried testing this in the
> post-auth section as well.
>
> What section should I do this in? Would something like this work?
>
> update outer {
> MS-CHAP-Error = "%{reply:MS-CHAP-Error}"
> }You need to refer to a *list*: outer.reply, or outer.control. See "man unlang", which has examples. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

