Actions
Bug #3003
closedFreeeadius.xml bug
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
05/22/2013
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
2.0.x
Affected Plus Version:
Affected Architecture:
All
Description
freeradius.xml line have a bug
<description><![CDATA[Enter the seconds which should be between every interim-update. It MUST be more than 60s and SHOULD NOT be less than 600s. (Default: 600)]]></description>
there is a logical error the value 60s bigger it is ok but if any value bigger than 60 never less than 600. 600 less is not possible.
i think that code is like
<description><![CDATA[Enter the seconds which should be between every interim-update. It MUST be more than 60s and SHOULD NOT be more than 600s. (Default: 600)]]></description>
Actions