Separate rlm_perl in each virtual server

Alan DeKok aland at deployingradius.com
Sat Jan 29 15:18:18 CET 2011


Alexander Shikoff wrote:
> I have two virtual servers and I need to process events in these servers
> with different perl scripts. Is there a way to configure separate 
> rlm_perl instances for each virtual server? Thanks.

raddb/modules/perl1:

	perl perl1 {
		...
	}

raddb/modules/perl2:

	perl perl2 {
		...
	}

  And then use "perl1" and "perl2" instead of "perl.

  Alan DeKok.



More information about the Freeradius-Users mailing list