Moving a freeradius installation
Hi, I have built freeradius-1.04 from source and installed it to the default directories (for example, /usr/local/etc/raddb for the configuration files). I now wish to move the whole installation to /usr/radius so that it will be possible to tar the directory and copy it to other severs. I know I can configure which directories radusd uses in radiusd.conf, but is there any way to make radiusd look in /usr/radius/etc for radiusd.conf without rebuilding? If I do need to do a fresh build and install is there anyway of cleanly uninstalling what is currently there? Thanks in advance, Ben Dowling __________________________________________________________________ 1Mb Tiscali Broadband for £14.99. Offer ends 30th June 2005 http://www.tiscali.co.uk/products/broadband
I know I can configure which directories radusd uses in radiusd.conf, but is there any way to make radiusd look in /usr/radius/etc for radiusd.conf without rebuilding?
radiusd -d /usr/radius/etc/raddb You could have trouble with the radius module libraries though. I see there is a configuration item for that in radiusd.conf though, so you should be fine. Just be aware of it, and you may have to set your LD_LIBRARY_PATH to include /usr/radius/lib. Good luck! Cheers, Mike
participants (2)
-
bendowling@lineone.net -
Mike Mitchell