> $ cat /usr/share/freeradius/dictionary.rinuex
...
> BEGIN-VENDOR Rinuex
Which says "all of the following attributes are for this vendor"
OK
> # Código para indicar la causa del Access-Reject
> ATTRIBUTE Codigo-Reject 8 integer Rinuex
Which *duplicates* the vendor name. Do one of the following:
a) delete the vendor name from the ATTRIBUTE line
b) delete the BEGIN/END-VENDOR lines
I choose to delete the BEGIN/END-VENDOR lines for compatibility with Authen::Radius perl package.
Thank you very much. Everything it's ok now.