Chuck <chuck@pathworx.com> wrote:
plus, when i use radtest i get this result which seems to me to be either hex-text or the proper 'binary' they are looking for? i am not familiar with this...
rad_recv: Access-Accept packet from host 64.113.39.5:1645, id=88, length=291 Service-Type = Framed-User Framed-Protocol = PPP Port-Limit = 1 Ascend-Data-Filter = 0x697020696e20666f72776172642074637020657374
The "hex" is just the ASCII string value you entered on the server. Since it's not the proper abinary format, radclient can't decode it, and instead prints it as hex. The reason for this is that the server isn't encoding the attribute as abinary before sending it. That has to be fixed. This is almost always a dictionary problem. Alan DeKok.