aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeradius2
diff options
context:
space:
mode:
authorAlexander Wilke <nachtfalkeaw@web.de>2012-02-07 22:55:26 +0100
committerAlexander Wilke <nachtfalkeaw@web.de>2012-02-07 22:55:26 +0100
commit458faaa1323e2f464e60c0bf1d53a02ecca1d59f (patch)
treeeab4d2df246c789db7db7f2a330003ee1448f601 /config/freeradius2
parent4a1fcd4e9e9de8b2906ef988196d58b4dd72ad3b (diff)
downloadpfsense-packages-458faaa1323e2f464e60c0bf1d53a02ecca1d59f.tar.gz
pfsense-packages-458faaa1323e2f464e60c0bf1d53a02ecca1d59f.tar.bz2
pfsense-packages-458faaa1323e2f464e60c0bf1d53a02ecca1d59f.zip
OTP support
Diffstat (limited to 'config/freeradius2')
-rw-r--r--config/freeradius2/freeradiussettings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/freeradius2/freeradiussettings.xml b/config/freeradius2/freeradiussettings.xml
index 70a5bdf4..6c0e3c99 100644
--- a/config/freeradius2/freeradiussettings.xml
+++ b/config/freeradius2/freeradiussettings.xml
@@ -325,6 +325,12 @@
<description><![CDATA[This disables the "rlm_acct_unique" module in FreeRADIUS "preacct" section. By default this module is enabled but it causes some problems with counters. So if you use "Amount of Download/Upload/Time" then leave this checked. (Default: uncheck)]]></description>
<type>checkbox</type>
</field>
+ <field>
+ <fielddescr>Enable Mobile-One-Time-Password</fielddescr>
+ <fieldname>varsettingsmotpenable</fieldname>
+ <description><![CDATA[This enables the possibility to authenticate against username and a one-time-password. The client to generate OTP can be installed on various mobile device plattforms like Android and more. If you enable this the first time we need to download and install bash so the process will need some time. (Default: uncheck)]]></description>
+ <type>checkbox</type>
+ </field>
</fields>
<custom_delete_php_command>
freeradius_settings_resync();