On Fri, 9 Jul 2004, Velikanov wrote:

>
>  Good day.
>
> Version -  freeradius-snapshot-20040610
>
> This is the part of  DIALUP ADMIN
>
> SELECT COUNT(*) FROM radacct WHERE UserName = '$login'
>         AND AcctStopTime >= '$week_str' AND AcctStopTime <= '$now_str'
>         AND (AcctTerminateCause LIKE 'Login-Incorrect%' OR
>         AcctTerminateCause LIKE 'Invalid-User%' OR
>         AcctTerminateCause LIKE 'Multiple-Logins%');
>
> I cannot find such VALUES as "Login-Incorrect", "Invalid-User",
> "Multiple-Logins"
> for  Acct-Terminate-Cause in RFC 2866.
>
> The question: Why, When, What query write these values to RADACCT table.

bin/log_badlogins which scans the radius.log for badlogins and stores
corresponding entries in the accounting table.

>
> Thanks.
>
>
>
> -
> 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

Reply via email to