Access-challenge with new line
Alan DeKok
aland at deployingradius.com
Sat May 20 13:06:27 UTC 2023
On May 20, 2023, at 2:22 AM, Mesut GULNAZ <mesutgl at gmail.com> wrote:
>
> How can I reply access-challenge with new line to achieve something like
> this below?
There's nothing below.
If you're asking how to get a Reply-Message to contain a newline, read the documentation. You can assign strings to Reply-Message, and you can put newlines into strings. This is how double-quoted strings work in pretty much every computer language and configuration file.
update reply {
Reply-Message := "Hello\nThis is Newline\n"
}
Alan DeKok.
More information about the Freeradius-Users
mailing list