Alan DeKok wrote:
Arran Cudbard-Bell wrote:
Dynamic expansion of reply items in SQL is broken in current cvs head.
Reply-Message = "Welcome %{User-Name} At wherever"
Use:
Reply-Message = `...`
In 1.x, Reply-Message was *always* run through radius_xlat. In 2.0, it's done only if you ask it to.
Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Aha, so the significance of the back ticks is ..... That the string will be sent through radius_xlat ? And this is true for reply attributes in all the 'files' processed files ? Or is this a special feature of rlm_sql ? And yes, more efficient for the user to specify than assume :) Thanks Nicholas/Alan --- Arran