20 Mar
2022
20 Mar
'22
9:56 a.m.
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