Module sqlippool and logs

Alan DeKok aland at deployingradius.com
Tue Aug 27 19:43:24 CEST 2019


On Aug 27, 2019, at 12:56 PM, Rafael Ganascim <rganascim at gmail.com> wrote:
> I can't use this approach because I need to process both the ippool modules:
> 
>       IPV4
>        if (control:Module-Success-Message) {
>                linelog

  Then do:

		update control {
			&Module-Success-Message -= ANY
		}

  Which deletes it.  Then, the next module can set it and use it.

>        }
>        IPV6
>        if (control:Module-Success-Message) {
>                linelogv6
>        }
> 
> My radius server is in production, so I got the debug from raddebug,
> to prevent impacting service availability. I'm sorry for that.

  I understand, but it's a pain.  This is why people should be running test systems.

  i.e. *don't* play games with your production system!  Run tests!

  Alan DeKok.




More information about the Freeradius-Users mailing list