How do I tell if accounting module fails?
Alex French
alex at evilal.com
Wed Oct 8 14:00:08 CEST 2008
2008/10/8 Marinko Tarlac <mangia81 at gmail.com>:
> create log file on disk and check does it exist or add one column to your
> table and write something inside ?
Yes, my fallback solution is to add a column to my radacct table (or
possibly to another, more transient table) that I can do a SELECT FOR
UPDATE on. However, I hoped there was a more elegant solution that did
not involve an additional database connection. Perhaps not...
Alex
More information about the Freeradius-Users
mailing list