22 Apr
2008
22 Apr
'08
3:43 p.m.
On Tue, Apr 22, 2008 at 9:24 PM, Alan DeKok <aland@deployingradius.com> wrote:
rsg wrote:
In my opinion it should be open to be decided between NAS-Port and Calling-Station-Id depending on the service.
Which is why you can edit the queries in the SQL ippool module.
If the non-SQL ippool module doesn't do what you want, fix it, and supply a patch.
Alan DeKok.
No I'm referring to the SQL ippool; The following entry gives the result what I've indicated in my first mail.
From sqlippool.c
: if (pairfind(request->packet->vps, PW_NAS_PORT) == NULL) { DEBUG("rlm_sqlippool: unknown NAS-Port"); return RLM_MODULE_NOOP; }