Very cool! Thanks for the info. I will be doing some upgrades to our radius servers this week or next and may mess with this a bit. I am actually using exec-program-wait and have had some problems with resource usage because the perl interpreter must be loaded every time the script is run. This may be a solution.
Thanks, Darren Nay ----- Original Message ----- From: "Alan DeKok" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 12:44 PM Subject: Re: proxy & access-accept > "Darren Nay" <[EMAIL PROTECTED]> wrote: > > Are there any docs available for the perl module? > > No. See 'raddb/experimental.conf' for a configuration example, and > 'src/modules/rlm_perl/example.pl' for an example script. (in the CVS > head, not in 0.8.1) > > > I am currently using exec-program with perl scripts for auth/acct, but am > > interested in using rlm_perl instead. > > Yeah, the Perl module should be a little more powerful. The only > caveat is that the module is equivalent to Exec-Program-Wait, in that > it stalls the server until the script finished. If you're looking for > 'fire and forget' perl scripts, then Exec-Program may still be your > best bet. > > > Just wondering if any are already available. If not then I'll take > > the good 'ol trial & error method.. and possibly even write up some > > docs myself in the future. > > Sounds good to me. > > Alan DeKok. > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html > - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
