20 Dec
2009
20 Dec
'09
2:35 p.m.
Stephan Kirsten wrote:
i've read in the dictionary.freeradius.intern file that these attribute are integer, but i wasnt sure about the size and obviously it can handle 64bit values.
Integers in RADIUS are unsigned 32-bit integers.
the only limitiation i've found was in rlm_expr, where it says, it can handle unsigned 32-bit integers
where can i read more about this limitation?
The RFC's, such as they are. Alan DeKok.