aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-02-25 02:27:33 -0600
committerChris Buechler <cmb@pfsense.org>2015-02-25 02:27:33 -0600
commit275c6d8796ee47be261045c4d53618562f8b42e7 (patch)
tree7fb2e719cde723faea95135468dc0b3c0b6fe11c
parent252cc3f596616a30f225849024c33b9e81052134 (diff)
downloadpfsense-packages-275c6d8796ee47be261045c4d53618562f8b42e7.tar.gz
pfsense-packages-275c6d8796ee47be261045c4d53618562f8b42e7.tar.bz2
pfsense-packages-275c6d8796ee47be261045c4d53618562f8b42e7.zip
FreeRADIUS, clarify text for password logging options
-rw-r--r--config/freeradius2/freeradiussettings.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/freeradius2/freeradiussettings.xml b/config/freeradius2/freeradiussettings.xml
index 78c65372..8982d93e 100644
--- a/config/freeradius2/freeradiussettings.xml
+++ b/config/freeradius2/freeradiussettings.xml
@@ -183,9 +183,9 @@
</options>
</field>
<field>
- <fielddescr>Log Bad Authentication Attempts</fielddescr>
+ <fielddescr>Log Password on Authentication Failure</fielddescr>
<fieldname>varsettingsauthbadpass</fieldname>
- <description><![CDATA[If an authentication fails then it will log the username and <b>wrong</b> password visible in syslog. Logging must be enabled. (Default: no)]]></description>
+ <description><![CDATA[Log the <b>password</b> of failed authentication attempts to syslog. Not recommended for security reasons. Logging must be enabled. (Default: no)]]></description>
<type>select</type>
<default_value>no</default_value>
<options>
@@ -204,9 +204,9 @@
<size>80</size>
</field>
<field>
- <fielddescr>Log good authentication attempts?</fielddescr>
+ <fielddescr>Log Password on Authentication Success</fielddescr>
<fieldname>varsettingsauthgoodpass</fieldname>
- <description><![CDATA[If an authentication succeeds then it will log the username and <b>correct</b> password visible in syslog. Logging must be enabled. (Default: no)]]></description>
+ <description><![CDATA[Log the <b>password</b> of successful authentication attempts to syslog. Not recommended for security reasons. Logging must be enabled. (Default: no)]]></description>
<type>select</type>
<default_value>no</default_value>
<options>