rlm_sqlippool

rsg ranil.santhish at gmail.com
Tue Apr 22 21:43:53 CEST 2008


On Tue, Apr 22, 2008 at 9:24 PM, Alan DeKok <aland at 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;
       }



More information about the Freeradius-Users mailing list