7 Mar
2022
7 Mar
'22
4:13 p.m.
On Mar 7, 2022, at 4:07 PM, Antônio Modesto <modesto@hubsoft.com.br> wrote:
Do you guys know if there is a way to have variable expansion working when attributes are fetched from a SQL database? For example:
Reply-Message := "Hello, %{User-Name}"
I have a situation where I must use something like this only for a specific type of NAS. I could edit the configuration to do this conditionally in the post-auth section, but if it is possible with SQL it would be a cleaner solution.
Yes. Just put the strings into SQL, and they will be expanded. Alan DeKok.