Hi everyone,
I wonder if we could use the value obtained by LimitQuery in the
AuthPORTLIMITCHECK clause.
I'm not sure if it's possible to write something like this:
SessionLimit 20 --> default
CountQuery select COUNT(*) from RADONLINE where
LimitQuery select LIMIT from ...
Hi Hugh,
I dont think it is necessary to add new configuration option.
There is bug in the Handler.pm
Regardless to PostAuthHook it adds the Reply-Message attribute
twice when RejectHasReason option is set.
I've made the patch.
It handles correctly the case of setting Reply-Message in PostAuthHo
Hello Daniel -
At 12:03 +0100 01/1/16, [EMAIL PROTECTED] wrote:
>Hi everyone,
>
>I wonder if we could use the value obtained by LimitQuery in the
>AuthPORTLIMITCHECK clause.
>I'm not sure if it's possible to write something like this:
>
>
> SessionLimit 20 --> default
> CountQuery se