Question on Unlang
Brian Candler
b.candler at pobox.com
Sat Apr 1 10:36:40 CEST 2017
On 01/04/2017 05:02, Olivier CALVANO wrote:
>
> No change, that's don't work.
>
> How can I display the value of Tmp-String-0 in logs?
Show your freeradius -X to see where your subrealm module is being
invoked at the time of processing the query (i.e. in the authorize section)
To debug a variable I usually use
update {
Tmp-String-9 := "%{....expression....}"
}
but I expect there's a better way...
More information about the Freeradius-Users
mailing list