On Thu, 21 Nov 2002, Svetlana Vyslanko wrote: > Hello, > > failed_logins.php3 from dialup_admin: > > "SELECT > AcctStopTime,UserName,NASIPAddress,NASPortId,AcctTerminateCause,CallingStationId > FROM $config[sql_accounting_table] > WHERE AcctStopTime <= '$now_str' AND AcctStopTime >= '$prev_str' > AND (AcctTerminateCause LIKE 'Login-Incorrect%' OR > AcctTerminateCause LIKE 'Invalid-User%' OR > AcctTerminateCause LIKE 'Multiple-Logins%') $callerid_str > ORDER BY AcctStopTime $order $limit;"); > > In my radacct table the field AcctTerminateCause is empty. How can I resolve > this problem?
bin/log_badlogins should be left runing and examining radius.log for failed logins (something like: ./log_badlogins /var/radiusd/log/radius.log &) > > Thank you, > Svetlana > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html > -- Kostas Kalevras Network Operations Center [EMAIL PROTECTED] National Technical University of Athens, Greece Work Phone: +30 210 7721861 'Go back to the shadow' Gandalf - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
