30 Jul
2018
30 Jul
'18
7:15 a.m.
On Jul 30, 2018, at 4:49 AM, Benjamin DUPALUT <benjamin.dupalut@esiee.fr> wrote:
Hi,
I followed this documentation <https://wiki.freeradius.org/building/Debian-and-Ubuntu> but it installed an other instance of Freeradius in /etc/freeradius/ while my Debian previous installation is in /etc/freeradius/3.0/.
Do i have to reconfigure all my freeradius setup in the configuration files of /etc/freeradius/ ?
You should change the path names. Or, re-build the debian package by editing debian/rules and changing: raddbdir = /etc/$(package) to raddbdir = /etc/$(package)/3.0 And that should fix it. Alan DeKok.