diff options
author | Jim P <jim@pingle.org> | 2012-01-15 13:56:30 -0800 |
---|---|---|
committer | Jim P <jim@pingle.org> | 2012-01-15 13:56:30 -0800 |
commit | 036b3b042f2b13b9caae600a17883c472acf2077 (patch) | |
tree | e6c245a98b790b39dbf04ad844153601176b92a0 /config/freeradius2/freeradius.xml | |
parent | 12039a665c2affa3cbf8d99fe38cc565615a6c40 (diff) | |
parent | 859827c1935a3e41a7f9df4efae2a6b10e03dcfc (diff) | |
download | pfsense-packages-036b3b042f2b13b9caae600a17883c472acf2077.tar.gz pfsense-packages-036b3b042f2b13b9caae600a17883c472acf2077.tar.bz2 pfsense-packages-036b3b042f2b13b9caae600a17883c472acf2077.zip |
Merge pull request #198 from Nachtfalkeaw/master
freeradius2 updates pkg v1.5.2
Diffstat (limited to 'config/freeradius2/freeradius.xml')
-rw-r--r-- | config/freeradius2/freeradius.xml | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/config/freeradius2/freeradius.xml b/config/freeradius2/freeradius.xml index 2b31996a..97259310 100644 --- a/config/freeradius2/freeradius.xml +++ b/config/freeradius2/freeradius.xml @@ -287,6 +287,67 @@ <type>input</type> </field> <field> + <name>AMOUNT OF TIME AND TRAFFIC</name> + <type>listtopic</type> + </field> + <field> + <fielddescr>Amount of Time</fielddescr> + <fieldname>varusersamountoftime</fieldname> + <description><![CDATA[Enter the amount of time for this user in seconds.]]></description> + <type>input</type> + </field> + <field> + <fielddescr>Time Period</fielddescr> + <fieldname>varuserspointoftime</fieldname> + <description><![CDATA[Select the time period for the amount of time.]]></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 Upload Traffic</fielddescr> + <fieldname>varusersamountofbytesinput</fieldname> + <description><![CDATA[Enter the amount of upload traffic for this user in bytes. 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>varuserspointoftimebytesinput</fieldname> + <description><![CDATA[Select the time period for the amount of 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 bytes. 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> + </options> + </field> + <field> <name>MISCELLANEOUS CONFIGURATION</name> <type>listtopic</type> </field> |