On Fri, 2019-11-22 at 20:57 +0000, Houman wrote:
But Freeradius can no longer start. I believe the default path has now changed from "/etc/freeradius/3.0/ to "/etc/freeradius/. Can someone confirm this, please?
At some point Debian decided they were going to move the config from /etc/freeradius to /etc/freeradius/3.0, so their packages are different.
Can I set the default path somewhere back to how it was to avoid having to move certs and configs around?
Easiest is probably to move all the files from /etc/freeradius/3.0 to etc/freeradius, remove the unnecessary directory, and create a symlink in case anything's still looking in the other location, something like mv /etc/freeradius/3.0/* /etc/freeradius/ rmdir /etc/freeradius/3.0 ln -s /etc/freeradius/3.0 /etc/freeradius Or you can change where it looks for its config in /etc/default/freeradius: add `-d /etc/freeradius/3.0` to the command line args. -- Matthew