aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAlexander Wilke <nachtfalkeaw@web.de>2012-01-20 00:00:09 +0100
committerAlexander Wilke <nachtfalkeaw@web.de>2012-01-20 00:00:09 +0100
commit49c8edbcd92cea6f3162c5e5ae980104fcccbd7c (patch)
treedfbe4704286f4a99cb9ec3c2ba108798520025cb /config
parent8e4bb2f4f4a84d2079dc36701e4c7454fa773769 (diff)
downloadpfsense-packages-49c8edbcd92cea6f3162c5e5ae980104fcccbd7c.tar.gz
pfsense-packages-49c8edbcd92cea6f3162c5e5ae980104fcccbd7c.tar.bz2
pfsense-packages-49c8edbcd92cea6f3162c5e5ae980104fcccbd7c.zip
Update config/freeradius2/freeradiussettings.xml
Diffstat (limited to 'config')
-rw-r--r--config/freeradius2/freeradiussettings.xml26
1 files changed, 16 insertions, 10 deletions
diff --git a/config/freeradius2/freeradiussettings.xml b/config/freeradius2/freeradiussettings.xml
index ea7366fc..f31545e1 100644
--- a/config/freeradius2/freeradiussettings.xml
+++ b/config/freeradius2/freeradiussettings.xml
@@ -98,16 +98,6 @@
</tabs>
<fields>
<field>
- <name>PLAIN MAC AUTHORIZATION</name>
- <type>listtopic</type>
- </field>
- <field>
- <fielddescr>Enable Plain MAC Auth</fielddescr>
- <fieldname>varsettingsenablemacauth</fieldname>
- <description><![CDATA[This enables plain MAC auth. The Calling-Station-Id in an Access-Request is first checked against an authorized_macs list before all other authorization methods. If your NAS is not able to convert the MAC in a 802.1X format then you could enable this. If you do not need this leave this disabled. (Default: unchecked)]]></description>
- <type>checkbox</type>
- </field>
- <field>
<name>GENERAL CONFIGURATION</name>
<type>listtopic</type>
</field>
@@ -299,6 +289,22 @@
<type>input</type>
<default_value>0</default_value>
</field>
+ <field>
+ <name>MISCELLANEOUS CONFIGURATION</name>
+ <type>listtopic</type>
+ </field>
+ <field>
+ <fielddescr>Enable Plain MAC Auth</fielddescr>
+ <fieldname>varsettingsenablemacauth</fieldname>
+ <description><![CDATA[This enables plain MAC auth. The Calling-Station-Id in an Access-Request is first checked against an authorized_macs list before all other authorization methods. If your NAS is not able to convert the MAC in a 802.1X format then you could enable this. If you do not need this leave this disabled. (Default: unchecked)]]></description>
+ <type>checkbox</type>
+ </field>
+ <field>
+ <fielddescr>Disable Acct_Unique</fielddescr>
+ <fieldname>varsettingsenableacctunique</fieldname>
+ <description><![CDATA[This disables the "rlm_acct_unique" module in FreeRADIUS "preacct" section. By default this is enabled but it causes some problems with CP if a user should be disconnected when its amount of time/data is reached. So if you use "Amount of Download/Upload/Time" then disable this. (Default: unchecked)]]></description>
+ <type>checkbox</type>
+ </field>
</fields>
<custom_delete_php_command>
freeradius_settings_resync();