acct_unique problem

Alan DeKok aland at deployingradius.com
Tue Feb 9 15:10:02 CET 2016


On Feb 9, 2016, at 2:26 AM, Viana <freeradius at radius.net.br> wrote:
> 
> Hello!
> “-r: not found” and “sh: 0: Illegal option –r” was an error with snmpwalk. I compiled FreeRadius without SNMP installed. 
> So, I installed SNMP. The “-r” error disappeared, but unfortunately the same error still occurs:

  You can manually update the attributes you need.

preacct {
	if (outer.request) {
		update request {
			NAS-Port := &NAS-Port
			...
		}

	}

	...
}

 I'll have to see why/where things are going wrong.

  Alan DeKok.




More information about the Freeradius-Users mailing list