diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-09-25 21:29:46 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-09-25 21:38:14 -0300 |
commit | 79522144ea76fd62af6ee17246913eef88be30b7 (patch) | |
tree | 656f74c6c341f4e958fd0b3baf286fb5af4d8e45 /config/freeradius2/freeradiussettings.xml | |
parent | f9bf8da315e4a2464748137220403e2dd7037534 (diff) | |
download | pfsense-packages-79522144ea76fd62af6ee17246913eef88be30b7.tar.gz pfsense-packages-79522144ea76fd62af6ee17246913eef88be30b7.tar.bz2 pfsense-packages-79522144ea76fd62af6ee17246913eef88be30b7.zip |
Update freeradius2 to 1.6.8:
- Remove old 2.0 code
- Make adjustments for 2.2
- Use internal bash
Diffstat (limited to 'config/freeradius2/freeradiussettings.xml')
-rw-r--r-- | config/freeradius2/freeradiussettings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/freeradius2/freeradiussettings.xml b/config/freeradius2/freeradiussettings.xml index 1d908ca4..99af4d4a 100644 --- a/config/freeradius2/freeradiussettings.xml +++ b/config/freeradius2/freeradiussettings.xml @@ -316,7 +316,7 @@ <field> <fielddescr>Enable Mobile-One-Time-Password</fielddescr> <fieldname>varsettingsmotpenable</fieldname> - <description><![CDATA[This enables the possibility to authenticate against an username and an one-time-password. The client which generates 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 package "bash-4.1.7" so the process will need some time. (Default: unchecked)]]></description> + <description><![CDATA[This enables the possibility to authenticate against an username and an one-time-password. The client which generates OTP can be installed on various mobile device plattforms like Android and more. (Default: unchecked)]]></description> <type>checkbox</type> <enablefields>varsettingsmotptimespan,varsettingsmotppasswordattempts,varsettingsmotpchecksumtype,varsettingsmotptokenlength</enablefields> </field> |