"Alan" <[EMAIL PROTECTED]> wrote: > I just can't get failed messages with Acct Status Type of 15 placed in a > MySQL database. The rlm_sql driver outputs an error message referring to an > unsupported status type, but I would like to know if it is possible to write > this information into the database. FreeRadius currently writes to a flat > file. Please help.
The rlm_sql module currently supports only few status types for queries. Adding more queries to the configuration file won't help, because the source code won't look for them. You'll have to edit the source code to support new queries. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

