EAP session matching the State variable.
Joe Vieira
jvieira at clarku.edu
Fri Feb 8 16:01:20 CET 2008
Norbert Wegener wrote:
>> The complete log is at http:// www.wegener-net.de/freeradius/ (url
>> destroyed)
>> In line 116518 a client gets a reject, in 119715 the same client an accept.
>>
>
> ...
> State = 0x0000000000030d000000000000000000
> ...
...
> All I can guess is that the code generating 32-bit random numbers
> somehow has them promoted to 64-bit numbers, and then the lower 32-bits
> get ignored...
the ISAAC (random number generator) libraries do use registers to hold
the numbers while it is generating them. registers on a 64 machines are
64 bit right?
Joe
More information about the Freeradius-Users
mailing list