7 Dec
2011
7 Dec
'11
9:32 p.m.
On Thu, Dec 8, 2011 at 9:26 AM, lint <lint@pillclan.com> wrote:
I made backups of the files in modules before I modified them, as I always do with configuration files. I didn't realize that FreeRADIUS loads all modules. I will move the backups to my home directory and try again tomorrow
Somewhat off topic, did you know you can use git to keep track of configuration changes? Something like this should make your live a lot easier - cd /etc/raddb - git init - everytime you make a change, do "git commit -a" -- Fajar