ssue with Acct-Status-Type

A.L.M.Buxey at lboro.ac.uk A.L.M.Buxey at lboro.ac.uk
Mon Jan 16 12:03:42 CET 2017


Hi,

> How can i set in default (sites-available) that if Acct-Status-Type = 0 i set it to Stop so that the same confg will be like for "Stop".

at the start of the accounting section, something like,

if(%{Acct-Status-Type} == 0) {
	update control {
		%{Acct-Status-Type} := Stop
	}
}


alan


More information about the Freeradius-Users mailing list