Hi Jake, Sallee, Stephen (Jake) wrote: > Just did a clean install of my entire server, (OS and PacketFence) > somehow the Authen::Radius perl module did not get installed, I had to > install it manually from CPAN. Which is not horribly hard but tracking > down the fact that it was not installed was kind of difficult. I am > using FreeRADIUS to authenticate users at the captive portal and it was > failing with the error "cannot validate credentials at this time." > > I had to enable DEBUG level logging to even see what was going on, when > I did a perl -c /usr/local/pf/conf/authentication/radius.pm it failed. > > I don't know if this is a bug, or if my install just had a hiccup. Can > anyone reproduce this?
I was able to reproduce here. I filed an issue for it: #1047: missing dependency Authen::Radius for authentication::radius (conf/authentication/radius.pm) http://www.packetfence.org/bugs/view.php?id=1047 It will be fixed for 1.9.1. For now, as a workaround, you need to manually install the dependency. CPAN is ok but we always try to keep everything in the distro database so my recommendation would be: yum install perl-Authen-Radius Thanks for the report! -- Olivier Bilodeau [email protected] :: +1.514.447.4918 *115 :: www.inverse.ca Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence (www.packetfence.org) ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Packetfence-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/packetfence-users
