diff options
author | Nachtfalke <nachtfalkeaw@web.de> | 2012-01-17 22:19:18 +0100 |
---|---|---|
committer | Nachtfalke <nachtfalkeaw@web.de> | 2012-01-17 22:19:18 +0100 |
commit | 62f6d35157be47b813cdd535908d751d2448b787 (patch) | |
tree | 5f76d6ad3ffe5f87c13e890886fca3973996fd51 /config/freeradius2/freeradius.xml | |
parent | 3a3b1d510eb7b7e22c37bde6b6770d8b77eed8b7 (diff) | |
download | pfsense-packages-62f6d35157be47b813cdd535908d751d2448b787.tar.gz pfsense-packages-62f6d35157be47b813cdd535908d751d2448b787.tar.bz2 pfsense-packages-62f6d35157be47b813cdd535908d751d2448b787.zip |
Update config/freeradius2/freeradius.xml
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> |