"Authentication realm is LOCAL" instead of my domain
Alan DeKok
aland at deployingradius.com
Mon Jul 30 13:15:47 CEST 2018
> On Jul 30, 2018, at 4:49 AM, Benjamin DUPALUT <benjamin.dupalut at 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.
More information about the Freeradius-Users
mailing list