Use 2 Radius Servers

Can I use 2 radius servers with Pritunl?

The Radius Host option can have a comma separated list of Radius servers for this is for failover only. The user_authenticate handler in the plugin system can be used to expand the username password login to custom configurations. The Radius code can be copied from pritunl/sso/radius.py to route to different servers based on a username prefix or suffix.

1 Like