20 Jan
2009
20 Jan
'09
11:47 a.m.
Marco C. Coelho wrote:
This change made radius stop issuing IP addresses. It would start without errors, but would then still authenticate a user, but would not issue a new IP address. Never good on a production server.... Yea I know, don't test on production server.... Duhh
Is the syntax show below what you meant?
You can try using Postgresql, which doesn't have this problem. Or: post-auth { ... redundant { main_pool main_pool # just in case there was a race condition main_pool2 # if main_pool is down } ... } That might work. Alan DeKok.