2008/10/8 Marinko Tarlac <[EMAIL PROTECTED]>: > 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 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

