variable expansions in Reply-Message
Tim Sylvester
tim.sylvester at networkradius.com
Sun Apr 18 22:08:12 CEST 2010
> when using FreeRADIUS 1.1, I could store RADIUS replies like
> Reply-Message := "Hello, %u", and get the %u expanded to the username
> in the reply. After upgrading to FreeRADIUS 2.1, this doesn't seem
> to work anymore, the reply contains the unexpanded %u. Has this
> feature been removed, or do I have to configure it explicitly?
Isidor,
Check the man page for unlang -- man unlang -- for current details on
strings and variables.
For User-Name, try: > Reply-Message := "Hello, %{User-Name}"
Tim
More information about the Freeradius-Users
mailing list