Kostas Kalevras <[EMAIL PROTECTED]> wrote: > OK, here is the smallest module ever for > freeradius. rlm_loadbl. Just take a number from rand() and do num % > divisor where divisor is configurable. Then add that number to a new > attribute Load-Balancer.
Or, you can modify rlm_preprocess to add 'request->number' as a RADIUS attribute. It's guaranteed to be unique, and continually increasing. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
