Am 28.06.2010 23:08, schrieb Maria Sanchez: > Any idea or reference document I can use to have this configured? Hi,
in general: There are only 256 possible attribute types because of the type field in the attribute format. IANA manages those types. According to http://www.iana.org/assignments/radius-types/ you can use the types 192-240 as you like. Freeradius specific: Freeradius uses an integer for the attribute type. If you choose a number above 255 (<-- not verified) freeradius will NOT send the attribute to the client because it doesn't fit the format. But you can use it internally. See Auth-Type in "dictionary.freeradius.internal" for example. If you want your custom AVP sent to the client, use a number from the private range (this definitely works). Regards, Martin - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

