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?
Thank you,
Svetlana
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html