FreeRadius with Eduroam - Accounting

Alan DeKok aland at deployingradius.com
Wed Oct 5 10:26:13 CEST 2011


Phil Mayers wrote:
> I guess that's ok, in that it stops an unresponsive realm blocking other
> realms, but wouldn't another solution be to add a config item to the
> detail reader to drop packets which are >X seconds old?

  if (Acct-Delay-Time > 3600) {
	ok
  } else {
	... do proxy ....
  }

> Or, modify the detail reader to write a "done" marker byte into records
> which it has processed.

  That's a bit harder.

  Alan DeKok.



More information about the Freeradius-Users mailing list