Hi Chris, > Yes, checked logs/error_log ; grepped the directory for > 'authentication' and came up with nothing (no lines anywhere) that had > an 'ERROR' flag on them. >
This log should not be a very verbose one, it is the apache errror log for the captive portal. Errors would have been pretty obvious. No need for grepping. > Made the mods ; here's the output from a registration attempt : > > packetfence.log:Nov 02 18:56:06 register.cgi(0) INFO: got result: 0 / 0 > (ModPerl::ROOT::ModPerl::PerlRun::usr_local_pf_cgi_2dbin_register_2ecgi::handler) > packetfence.log:Nov 02 18:56:37 register.cgi(0) INFO: got result: 0 / 1 > (ModPerl::ROOT::ModPerl::PerlRun::usr_local_pf_cgi_2dbin_register_2ecgi::handler) > packetfence.log:Nov 02 18:56:58 register.cgi(0) INFO: got result: 0 / 1 > (ModPerl::ROOT::ModPerl::PerlRun::usr_local_pf_cgi_2dbin_register_2ecgi::handler) > This tells us that the module compiles and executes fine but that the check returned (0, 1). Looking at the authentication::radius module, I see that little attention has been given to error-handling.. but I notice also that you need to configure it: $RadiusServer and $RadiusSecret. Have you done so? If you did, then we will need to add error-handling code to see what's going on there.. Module documentation if you want to look at it yourself: http://search.cpan.org/~manowar/RadiusPerl/Radius.pm Cheers! -- 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) ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Packetfence-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/packetfence-users
