18 Apr
2010
18 Apr
'10
4:08 p.m.
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