Hi, > > > option is to 'exec' external scripts to perform more complex queries, am > > > I right? > > It's an option, but not the only one. You can use Perl or Python, too. > > > Sorry if this seems studpid, but, do you mean that I can embed Perl in > radiusd.conf?
no - you can call PERL from pre-auth, auth, post-auth, accounting etc at which point the chosen script defined in the PERL section of experimental.conf will be run and the subroutine associated with the call will be run - at which point you can inspect any RADIUS attribute, make a decision and return updated attributes, ok, reject and so on. alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

