9 Jun
2005
9 Jun
'05
12:54 p.m.
Fabrice Delambre <fabrice.delambre@free.fr> wrote:
in the radgroupreply table, the server replies with
Class := 0x3334.
More generally, it does always reply with 0x33XX, XX being the value of Class in radgroupreply.
0x3334 is hex for the ASCII characters "34". The attribute is being sent back with the exact data you wanted, it's just not being printed to the screen in a way you expect. Alan DeKok.