error-cause-attribute in CoA-Nak
Hi all, I'm a really newbie of freeradius server and I need your help. 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? Thanks Gennaro
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.
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
Gennaro Leo wrote:
I added the Attribute-Name "Unsupported-Attribute" in the dictionary
Did I say to do that?
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?
You need to follow instructions. Do what I said. It works. DON'T do extra work. It doesn't work. Alan DeKok.
Hi, I began by saying that I am a newbie so you could expect some errors by me. Fortunately I solved immediately. Thank you anyway.
participants (2)
-
Alan DeKok -
Gennaro Leo