RADIUSdesk

This is an old revision of the document!


Upgrade FreeRADIUS to 3.0.13

Background

Upgrade instructions

# Stop the current isntance of FreeRADIUS is there might be one running
sudo systemctl stop freeradius.service
 
#Check out the FreeRADIUS packages from the RADIUSdesk source tree using SVN
 
#If you have a 64 bit system
svn checkout https://svn.code.sf.net/p/radiusdesk/code/tags/FreeRADIUS/amd64  
#If you have a 32 bit system
svn checkout https://svn.code.sf.net/p/radiusdesk/code/tags/FreeRADIUS/i386
 
#If you have a 64 bit system
cd amd64
#If you have a 32 bit system
cd i386
 
#Install all the packages
sudo dpkg -i *.deb
 
#Just hit the **Enter** key each time it asks a question about aoverriding an existing file. 
#That will choose the default and keep the current one.
 
#Next we will replace the current configuration
cd /etc
sudo mv freeradius freeradius.bakup
 
#Copy the RADIUSdesk specific one
sudo cp /usr/share/nginx/html/cake2/rd_cake/Setup/Radius/freeradius-3-radiusdesk.tar.gz /etc/
 
cd /etc
#Extract it
sudo tar -xzvf freeradius-3-radiusdesk.tar.gz