[EMAIL PROTECTED] wrote: > I'm using 0.5 and just noticed that when the same acct packet arrive > more than once to the server, the counter module does not control the > fact that it is repeated -not even if the acct_uniq module is being > used- and its count-attribute get added several times.
Yes, that's a problem. The issue is that the counter module (and much of the server) has no way of knowing if the accounting packet is a duplicate or not. So it's difficult to know when to do something with an accounting packet, and when to ignore it. The SQL module would know it was duplicate, because it has persistent storage and lookup. The 'detail' module wouldn't, because it doesn't do lookups. > Anyone working on this? Nope. I'm not sure if there's a simple fix right now. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
