Hello Jim - I suggest you run your configuration from the command line so you can see any Perl error messages.
Ie. cd /your/Radiator/directory; perl radiusd -foreground -log_stdout -trace 4 -config_file /your/Radiator/configuration/file regards Hugh On 23 Nov 2012, at 02:51, Jim Tyrrell <[email protected]> wrote: > Hi, > > I have TACACS currently working and authenticating against a local filem > but now I want to proxy authentication to another TACACS server if the > user is not defined locally. I have added an 'AuthBy TACACSPLUS' but I > am getting an the following error: > > Thu Nov 22 15:47:05 2012: ERR: Could not load AuthBy module > Radius::AuthTACACSPLUS: Attempt to reload Radius/AuthTACACSPLUS.pm aborted. > Compilation failed in require at (eval 210) line 3, <CONFIG> line 15. > > I have installed the Authen::TacacsPlus via CPAN and I it looks like the > module is there: > /usr/lib/perl5/site_perl/5.14.2/Radius/AuthTACACSPLUS.pm > > My AuthBy config looks like this: > > <Handler NAS-Identifier=TACACS, Request-Type=Access-Request> > AuthByPolicy ContinueUntilAccept > <AuthBy FILE> > Filename %D/users/tacac_user.cfg > </AuthBy> > <AuthBy TACACSPLUS> > Host 192.168.32.9 > Key mysecret > </AuthBy> > </Handler> > > I suspect I am missing another perl module but I cant see what? > > Thanks. > > Jim. > > > > > > > _______________________________________________ > radiator mailing list > [email protected] > http://www.open.com.au/mailman/listinfo/radiator -- Hugh Irvine [email protected] Radiator: the most portable, flexible and configurable RADIUS server anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS, TTLS, PEAP, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP, DIAMETER etc. Full source on Unix, Windows, MacOSX, Solaris, VMS, NetWare etc. _______________________________________________ radiator mailing list [email protected] http://www.open.com.au/mailman/listinfo/radiator
