Paul Asadoorian wrote:
The RADIUS client is actually an Aruba wireless controller. It had an attribute already defined called "User-Category". I also checked the
Ok, you should get Aruba's dictionary, or ask them what their enterprise number + the attribute number is. That attribute certainly doesn't seem to be in the FreeRadius dictionary.aruba Maybe Aruba-User-Role?
dictionary file for "User-Category" and this is what I found:
# grep User-Category * dictionary.freeradius.internal:ATTRIBUTE User-Category 1029 string
Ah, ok. That's a FreeRadius internal attribute. It'll never appear on the wire, it's intended for use inside the server e.g. as a classification/matching attribute. You'll have to name whatever Aruba's attribute is differently.