Thanks Alan, I'm off for the weekend, I will give this a try on Tuesday.
On Fri, Oct 5, 2012 at 3:04 PM, alan buxey <[email protected]> wrote: > Hi, > >> I've setup a new virtual FR 2.1.12 server on centos6. I have got the >> new server setup per >> the docs at freeradius.org. Radtest locally and NtradPing remotely are >> working. >> >> Now, I need FR to use a Perl script to authenticate against a proprietary DB. >> I have put in a bit of time researching how to use the Perl module. >> But, as a newbie to FR I can't seem to find any step-by-step >> documentation to use the Perl module. >> Could someone point me to such documentation? > > edit the perl module > > $RADDB/modules/perl > > ensure that your script is named in the 'module' line > and that its enabled in the required functions...in > this case in authenticate (so uncomment the authenticate line) > > then add > > 'perl' to the authenticate {} section of the virtual server > you are using....that would likely be sites-enabled/default > or sites-enabled/inner-tunnel with a default untouched config. > > > alan, on a friday night with some vin rouge in hand > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

