I have a script which takes my detail files and parses them thru a perl
program which makes entries in a Postgres95 database. It simply rotates
each evening and tags with a numeric data.
eg: detail.1021.gz
I then occasionally go in by hand and clean out older files, tho script
could easily by run from cron once a week to take care of that.
I also patched my radiusd to chroot to /etc/raddb. That way it uses it's
own set of passwd files and I can give my self some limited forms of
protection from the various bugs in radiusd which make it vulnerable to
several buffer overflow attacks. Also this way I don't have to run it
under root.
Megazone: Who is responsible for writing the Radius2.0 code?