|
have one problem in version 0.7 of
freeradius .
in the accounting in freeradius, the registers is not updated, the freeradius write one register when user connect and other register when user disconnect; mysql> select
AcctSessionId,UserName,AcctStartTime,AcctStopTime from radacct where
AcctSessionId='470003FC';
+---------------+----------+---------------------+---------------------+ | AcctSessionId | UserName | AcctStartTime | AcctStopTime | +---------------+----------+---------------------+---------------------+ | 470003FC | mariner | 2002-10-03 09:58:28 | 0000-00-00 00:00:00 | | 470003FC | mariner | 0000-00-00 00:00:00 | 2002-10-03 10:04:38 | +---------------+----------+---------------------+---------------------+ |
