> Drew Decker wrote: > > > Is it possible to log the failed attempts to a mysql database? I would like > > to develop a web interface for the technical support staff to let them view > > the Failed attempts with out having to teach them how to use SSH etc. If > > this is possible to do could you point me to a how-to or at least give me a > > little information on where to get started? Thanks for you help in advance
Install msyslog. That's a syslog server to replace the standard syslog server. Msyslog can put all syslog messages in a MySql database after which you can extract the necessary info from the database. Regards, Thor. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
