Thomas Keitel <[EMAIL PROTECTED]> wrote:
> According to the dictionary.foundry file the ATTRIBUTE id's for the 
> attributes I set in the DEFAULT user configuration should be values 1 2 
> and 3 repectively, however it looks to me that the foundry is recieving 
> a authentication reply packet from the server with incorrect ATTRIBUTE 
> id's (the ID's in the packet also appear to be identical as 0x1a):

  Yes.  0x1a is 26, or "Vendor-Specific".  That's what's supposed to
happen.

>  Attribute Type(hex)=1a Len(hex)=0c Value (hex)=000007c7010600000005

  Decode the 'Value' as:

  000007c7   = 1991, or the foundry vendor ID
  01         = foundry attribute 01
  06         = 6 octets of data
  00000005   = integer with value "5"


  See the Vendor-Specific attribute for more information.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to