diff options
author | Jim P <jim@pingle.org> | 2012-01-17 18:39:37 -0800 |
---|---|---|
committer | Jim P <jim@pingle.org> | 2012-01-17 18:39:37 -0800 |
commit | f783774f931c2c6e164dc19e3a619ecd9b1d5980 (patch) | |
tree | b13e47e3a74183732ce7d6f796654e06a9c338ed /config/freeradius2/freeradius.xml | |
parent | 746a138b069d3277febcdeac9274695aba4cb211 (diff) | |
parent | d78532fb4ac4d6e36e51f6927a53f06b224104ca (diff) | |
download | pfsense-packages-f783774f931c2c6e164dc19e3a619ecd9b1d5980.tar.gz pfsense-packages-f783774f931c2c6e164dc19e3a619ecd9b1d5980.tar.bz2 pfsense-packages-f783774f931c2c6e164dc19e3a619ecd9b1d5980.zip |
Merge pull request #200 from Nachtfalkeaw/master
freeradius2 updates pkg v1.5.3
Diffstat (limited to 'config/freeradius2/freeradius.xml')
-rw-r--r-- | config/freeradius2/freeradius.xml | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/config/freeradius2/freeradius.xml b/config/freeradius2/freeradius.xml index 97259310..aab6e29b 100644 --- a/config/freeradius2/freeradius.xml +++ b/config/freeradius2/freeradius.xml @@ -220,8 +220,7 @@ <fielddescr>Number of simultaneous connections</fielddescr> <fieldname>varuserssimultaneousconnect</fieldname> <description><![CDATA[The maximum of simultaneous connections with this username. (Default: 1)]]></description> - <default_value>1</default_value> - <required/> + <default_value></default_value> <type>input</type> </field> <field> @@ -287,10 +286,6 @@ <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> @@ -310,9 +305,13 @@ </options> </field> <field> + <name>TRAFFIC AND BANDWIDTH</name> + <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 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> + <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> <type>input</type> </field> <field> @@ -331,7 +330,7 @@ <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> + <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> @@ -348,6 +347,18 @@ </options> </field> <field> + <fielddescr>Maximum Download Bandwidth</fielddescr> + <fieldname>varusersmaxbandwidthdown</fieldname> + <description><![CDATA[Enter the maximum bandwidth for download in bps (<b>bits</b> per second).]]></description> + <type>input</type> + </field> + <field> + <fielddescr>Maximum Upload Bandwidth</fielddescr> + <fieldname>varusersmaxbandwidthup</fieldname> + <description><![CDATA[Enter the maximum bandwidth for upload in bps (<b>bits</b> per second).]]></description> + <type>input</type> + </field> + <field> <name>MISCELLANEOUS CONFIGURATION</name> <type>listtopic</type> </field> |