Michael Ziemann wrote: > The NAS is sending accounting STOP messages. I splitted raddact into > radacct_start and radacct_stop.
Why did you do that? > In the table raddact_start, i have an entry with the ACCtStartTime time > (2007-09-25 08:30:03), but no ACCtStopTime (0000-00-00 00:00:00). > When I disconnect, freeradius writes the ACCtStopTime to the table > raddact_stop. So, in the table radacct_stop I have the ACCtStartTime > (2007-09-25 08:30:03) and the ACCtStopTime (2007-09-25 08:40:53). (The > NAS must send a STOP message.) > > The User can connect again, when I delete the entry in radacct_start > with the ACCtStopTime (0000-00-00 00:00:00). Yes, because you split the tables. Since you only update the "stop" table on stop, the "start" table isn't updated. This means that the server thinks the user is still logged in. Don't break the server. The default configuration WORKS. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

