Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
install_24_4_freeradius [2024/12/11 20:07] – [Configure FreeRADIUS] system | install_24_4_freeradius [2025/04/11 12:01] (current) – [Configure FreeRADIUS] system | ||
---|---|---|---|
Line 23: | Line 23: | ||
# Extract the RADIUSdesk modified FreeRADIUS directory | # Extract the RADIUSdesk modified FreeRADIUS directory | ||
sudo tar xzf / | sudo tar xzf / | ||
- | sudo chown -R freerad. / | + | sudo chown -R freerad: / |
sudo mkdir / | sudo mkdir / | ||
- | sudo chown freerad. / | + | sudo chown freerad: / |
</ | </ | ||
* Configure the site-wide shared secret. This is the value used by ALL dynamic clients. | * Configure the site-wide shared secret. This is the value used by ALL dynamic clients. | ||
Line 51: | Line 51: | ||
</ | </ | ||
- | ===== Correction of a small error ===== | ||
- | * There is a small bug that prevents FreeRADIUS from starting after a restart. | ||
- | * It was reported here: https:// | ||
- | * There also seems to be a fix, but it has not yet arrived in the Ubuntu repositories. | ||
- | * So here is the solution from the discussion in the link | ||
- | * Create a file called **/ | ||
- | <code bash> | ||
- | sudo vi / | ||
- | </ | ||
- | * Add the following line | ||
- | <code bash> | ||
- | d / | ||
- | </ | ||
- | * If you are curious about what we did, you can find a report on **tmpfiles.d** here | ||
- | * https:// | ||
===== Next steps ===== | ===== Next steps ===== | ||
* You will need to make a few small adjustments to your environment | * You will need to make a few small adjustments to your environment | ||
* [[install_tweak|Tweak Your Install]] | * [[install_tweak|Tweak Your Install]] |