Integration GO language into Freeradius

Martin Gignac martin.gignac at gmail.com
Sun Mar 20 13:56:09 UTC 2022


> Is there any plan to integrate GO language into the Freeradius server?
> Similar to rlm_perl or rlm_python.

If it helps, since 2018 I've been using rlm_rest
(https://networkradius.com/doc/current/raddb/mods-available/rest.html)
with a Go program using the Gin web framework
(https://github.com/gin-gonic/gin) for REST communication. It's
allowed me to implement the custom logic I want/need in Go. I've
integrated with pfSense, Avocent, Raritan, Ubiquiti, Cisco and
Juniper. I'm not saying this is the best way to go, but using  the
REST module has allowed me to use the language I felt most comfortable
with, which in this case was Go.

-Martin


More information about the Freeradius-Users mailing list