diff options
author | Alexander Wilke <nachtfalkeaw@web.de> | 2012-02-18 22:16:58 +0100 |
---|---|---|
committer | Alexander Wilke <nachtfalkeaw@web.de> | 2012-02-18 22:16:58 +0100 |
commit | 8c9032a123d2d13d35b26867657cef9e7f725436 (patch) | |
tree | 7adc8b8b7de2432bdf0097c070a5a0b0645fa8da /config | |
parent | 5284d84132fd19ba01f5a4ce6f0382b5f01e5ce5 (diff) | |
download | pfsense-packages-8c9032a123d2d13d35b26867657cef9e7f725436.tar.gz pfsense-packages-8c9032a123d2d13d35b26867657cef9e7f725436.tar.bz2 pfsense-packages-8c9032a123d2d13d35b26867657cef9e7f725436.zip |
Update config/freeradius2/freeradius.xml
Diffstat (limited to 'config')
-rw-r--r-- | config/freeradius2/freeradius.xml | 47 |
1 files changed, 14 insertions, 33 deletions
diff --git a/config/freeradius2/freeradius.xml b/config/freeradius2/freeradius.xml index 2e19b30f..fbd47013 100644 --- a/config/freeradius2/freeradius.xml +++ b/config/freeradius2/freeradius.xml @@ -337,7 +337,7 @@ <field> <fielddescr>Amount of Time</fielddescr> <fieldname>varusersamountoftime</fieldname> - <description><![CDATA[Enter the amount of time for this user in seconds.]]></description> + <description><![CDATA[Enter the amount of time for this user in minutes.]]></description> <type>input</type> </field> <field> @@ -358,53 +358,34 @@ <type>listtopic</type> </field> <field> - <fielddescr>Amount of Upload Traffic</fielddescr> - <fieldname>varusersamountofbytesinput</fieldname> - <description><![CDATA[Enter the amount of upload traffic for this user in <b>bytes</b>. There is a bug in CaptivePortal which counts the traffic six times faster than in reality. So if a user should have 1MB of traffic you must calculate 6+1MB and enter here: 6000000.]]></description> + <fielddescr>Amount of Download and Upload Traffic</fielddescr> + <fieldname>varusersmaxtotaloctets</fieldname> + <description><![CDATA[Enter the amount of download and upload traffic (summarized) for this user in <b>MegaByte (MB)</b>. There is a bug in CaptivePortal which counts the traffic six times faster than in reality. So if a user should have 1MB of traffic you must calculate 6*1MB.]]></description> <type>input</type> </field> <field> <fielddescr>Time Period</fielddescr> - <fieldname>varuserspointoftimebytesinput</fieldname> - <description><![CDATA[Select the time period for the amount of upload traffic.]]></description> + <fieldname>varusersmaxtotaloctetstimerange</fieldname> + <description><![CDATA[Select the time period for the amount of download and upload traffic.]]></description> <type>select</type> <default_value>daily</default_value> <options> - <option><name>Daily</name><value>Daily</value></option> - <option><name>Weekly</name><value>Weekly</value></option> - <option><name>Monthly</name><value>Monthly</value></option> - <option><name>Forever</name><value>Forever</value></option> - </options> - </field> - <field> - <fielddescr>Amount of Download Traffic</fielddescr> - <fieldname>varusersamountofbytesoutput</fieldname> - <description><![CDATA[Enter the amount of download traffic for this user in <b>bytes</b>. There is a bug in CaptivePortal which counts the traffic six times faster than in reality. So if a user should have 1MB of traffic you must calculate 6+1MB and enter here: 6000000.]]></description> - <type>input</type> - </field> - <field> - <fielddescr>Time Period</fielddescr> - <fieldname>varuserspointoftimebytesoutput</fieldname> - <description><![CDATA[Select the time period for the amount of download limit.]]></description> - <type>select</type> - <default_value>daily</default_value> - <options> - <option><name>Daily</name><value>Daily</value></option> - <option><name>Weekly</name><value>Weekly</value></option> - <option><name>Monthly</name><value>Monthly</value></option> - <option><name>Forever</name><value>Forever</value></option> + <option><name>Daily</name><value>daily</value></option> + <option><name>Weekly</name><value>weekly</value></option> + <option><name>Monthly</name><value>monthly</value></option> + <option><name>Forever</name><value>forever</value></option> </options> </field> <field> - <fielddescr>Maximum Download Bandwidth</fielddescr> + <fielddescr>Maximum Bandwidth Down</fielddescr> <fieldname>varusersmaxbandwidthdown</fieldname> - <description><![CDATA[Enter the maximum bandwidth for download in bps (<b>bits</b> per second).]]></description> + <description><![CDATA[Enter the maximum bandwidth for download in <b>KiloBits</b> per second.]]></description> <type>input</type> </field> <field> - <fielddescr>Maximum Upload Bandwidth</fielddescr> + <fielddescr>Maximum Bandwidth Up</fielddescr> <fieldname>varusersmaxbandwidthup</fieldname> - <description><![CDATA[Enter the maximum bandwidth for upload in bps (<b>bits</b> per second).]]></description> + <description><![CDATA[Enter the maximum bandwidth for upload in <b>KiloBits</b> per second.]]></description> <type>input</type> </field> <field> |