14 Feb
2012
14 Feb
'12
6:56 a.m.
Gennaro Leo wrote:
How can I configure the freeradius to set error-cause-attributes (e.g. 401 - Unsupported Attribute) when sending a CoA-Nak after receiving an Accounting Request?
$ man unlang
update reply { Error-Cause = Unsupported-Attribute }
This should go into the "send-coa" subsection.
Alan DeKok.
Hi Alan, thanks for your quick reply. I added the Attribute-Name "Unsupported-Attribute" in the dictionary and modified the send-coa subsection as you suggested. Anyway in the dictionary the 401 code is not accepted (max 255). Can I modify this limit? Thanks Gennaro