Gabriel Blanchard wrote:
Man I've been bugging you guys all day... Another issue came up when I tried to enable the status server. I used the default settings provided and this is what I get.
/usr/local/etc/raddb/sites-enabled/status[20]: Failed to find module "ok". /usr/local/etc/raddb/sites-enabled/status[19]: Errors parsing authorize section.
But there's already an "ok" module defined. See raddb/modules/always
I'm using FreeBSD amd64 so I figured that I'm also affected. After digging for an hour in the source code I pretty much gave up, but I did find a work-around by declaring
always okhack { rcode = ok }
and then replacing the "ok"s with okhack in the status server. That seems to have fixed it.
I have no idea why. Alan DeKok.