Hi everybody

With freeradius 0.9.3 , each user session creates three
identical rows in mysql radacct table .

For each session, I receive five paquets :

1) Access-Request
2) Accounting-Request Start
        which generates an INSERT request
3) Accounting-Request Start
        which generates another INSERT request
4) Accounting-Request Stop
        which generates an UPDATE of the two rows inserted before
5) Accounting-Request Stop
        which generates another UPDATE of the two rows inserted before
        AND a third INSERT

Finally , I get three identical rows in my mysql table

I read the list , the documentation , many times , but I don't understand

So please, help me ...


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to