PacketFence - BTS - PacketFence
View Issue Details
0001288PacketFencecorepublic2011-09-28 14:402012-06-14 12:49
fgaudreault 
fgaudreault 
normalmajorhave not tried
closedwon't fix 
3.0.1 
 
0001288: RADIUS nas are not entered properly in the sql table
The message says it all :

+-----+---------------+---------------+-------+-------+------------------+-----------+-------------------------------------+
| id | nasname | shortname | type | ports | secret | community | description |
+-----+---------------+---------------+-------+-------+------------------+-----------+-------------------------------------+
| 217 | 10.0.0.10 | 10.0.0.10 | other | NULL | 1234abcd | NULL | 10.0.0.10 (Aruba::Controller_200) |
| 218 | 10.0.0.15 | 10.0.0.15 | other | NULL | ARRAY(0x9df1498) | NULL | 10.0.0.15 (Cisco::Catalyst_2950) |
| 219 | 10.0.0.2 | 10.0.0.2 | other | NULL | ARRAY(0x9e02fd0) | NULL | 10.0.0.2 (Cisco::Catalyst_2960) |
No tags attached.
Issue History
2011-09-28 14:40fgaudreaultNew Issue
2011-09-30 16:49fgaudreaultNote Added: 0002308
2011-09-30 16:49fgaudreaultStatusnew => resolved
2011-09-30 16:49fgaudreaultResolutionopen => won't fix
2011-09-30 16:49fgaudreaultAssigned To => fgaudreault
2012-06-14 12:49obilodeauStatusresolved => closed

Notes
(0002308)
fgaudreault   
2011-09-30 16:49   
This is not a bug.

The problem was a duplicated radiusSecret in the pf.conf file resulting in a Array creation. Removing the duplicate fixed the problem.