On Tue, Jul 15, 2003 at 11:30:04AM +0200, Rob Hartzenberg wrote: > Hi List, > > I seem to be getting alot of accounting packets with zero session length. > The FreeRadius server seems to discard these instead of taking them into > account. > The problem here, is that it then appears as if the user has never logged > off. > > <snip mask-ip=1 mask-username=1> > Tue Jul 15 10:28:49 2003 : Error: rlm_sql: Stop packet with zero session > length. (user '[EMAIL PROTECTED]', nas '155.239.xx.xxx') > </snip> > > Any ideas on how to get around this?
change #define CISCO_ACCOUNTING_HACK to #undef CISCO_ACCOUNTING_HACK in src/modules/rlm_sql/conf.h If you grep for it in rlm_sql.c you will see that this thing is responsible for dropping them. Oliver. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
