Hello!
The only thing that i could invent to avoid duplicate Stop entries was
parsing Stop time with plpgsql function
(ex. my_time(AcctStartTime,AcctStopTime,'%S') )

which checks if current
AcctSessionStart is equal to AcctSessionStop (user didn't resume his
session) and returns %S only in that case, else returnes AcctStopTime.
And what about duplicate Start queries? :-\ Can i match them using
acct_unique with
key = "User-Name, Acct-Session-Id, NAS-IP-Address, NAS-Port-Id,
Acct-Start-Time"
?
Will it work correctly with Stop/Alive sessions which does not contain
Acct-Start-Time?

Any help will be appriciated.

-- 
cron-ripe


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

Reply via email to