17 Sep
2021
17 Sep
'21
4:39 p.m.
On 17/09/2021 21:33, mohamed almeshal wrote:
which lanaguge is the best for writing the external script for implement in freeradius , bash , php .
None of them. As soon as you call an external script you hit a huge performance penalty. Use unlang and normal FreeRADIUS configuration. If you can't do whatever in FreeRADIUS directly (and you usually can), then use a built-in module such as rlm_perl or rlm_python. If that still won't work, then pretty much use whatever you like. -- Matthew