I've been having issues with getting RADIUS COA to work.  I got some 
debug running on the access point.  I found that it was complaining 
about a radius password mis-match.  Working through the code and 
throwing in a few additional debug messages I found this line in SNMP.pm:

$this->{_radiusSecret} = lc($argv{$_});

The RADIUS secret is being converted to lower case.  Is this intentional?

Just for fun I removed the lc() function and COA is working as expected.

I'm using PF 3.1.0 with a Brocade BR-7131, which is an OEM Motorola AP-7131.


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Packetfence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to