3 Jul
2017
3 Jul
'17
2:46 p.m.
On Jul 3, 2017, at 1:51 PM, Andrew Meyer via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
Is there a way to setup FreeRADIUS with HAProxy?
If HAproxy blindly forwards TCP connections, just use that.
I know that FreeRADIUS can do TCP. But is it worth it to set it up like this or just setup the mysql backend?
It's generally not worth doing haproxy. RADIUS loads are usually small. And I have no idea what haproxy on the front-end has to do with MySQL on the back-end. They are completely independent.
Also can I do mysql backend with LDAP?
You can use MySQL and LDAP at the same time, yes. Alan DeKok.