aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeradius2
diff options
context:
space:
mode:
authorAlexander Wilke <nachtfalkeaw@web.de>2012-02-04 20:33:59 +0100
committerAlexander Wilke <nachtfalkeaw@web.de>2012-02-04 20:33:59 +0100
commit10cc81e045da4b4652a1defdbfb883906aa3ebde (patch)
tree5abd08e9ecf115aab534b4ba975aa4cf10a38aa2 /config/freeradius2
parent32d8a6b0c2fc26a517e4d0b4a5d8e80b422920ce (diff)
downloadpfsense-packages-10cc81e045da4b4652a1defdbfb883906aa3ebde.tar.gz
pfsense-packages-10cc81e045da4b4652a1defdbfb883906aa3ebde.tar.bz2
pfsense-packages-10cc81e045da4b4652a1defdbfb883906aa3ebde.zip
custom logging options
Diffstat (limited to 'config/freeradius2')
-rw-r--r--config/freeradius2/freeradiussettings.xml22
1 files changed, 21 insertions, 1 deletions
diff --git a/config/freeradius2/freeradiussettings.xml b/config/freeradius2/freeradiussettings.xml
index 0325ba53..70a5bdf4 100644
--- a/config/freeradius2/freeradiussettings.xml
+++ b/config/freeradius2/freeradiussettings.xml
@@ -193,6 +193,16 @@
</options>
</field>
<field>
+ <fielddescr>Additional information for bad attempts</fielddescr>
+ <fieldname>varsettingsauthbadpassmessage</fieldname>
+ <description><![CDATA[You can add additional information to the syslog output if a user connects. You can use variables for any attributes.<br><br>
+
+ %{User-Name} - shows the username<br>
+ %{reply:Acct-Output-Octets} - shows the remaining output octets]]></description>
+ <type>input</type>
+ <size>80</size>
+ </field>
+ <field>
<fielddescr>Log good authentication attempts?</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>
@@ -204,6 +214,16 @@
</options>
</field>
<field>
+ <fielddescr>Additional information for good attempts</fielddescr>
+ <fieldname>varsettingsauthgoodpassmessage</fieldname>
+ <description><![CDATA[You can add additional information to the syslog output if a user is rejected. You can use variables for any attributes.<br><br>
+
+ %{User-Name} - shows the username<br>
+ %{reply:Acct-Output-Octets} - shows the remaining output octets]]></description>
+ <type>input</type>
+ <size>80</size>
+ </field>
+ <field>
<fielddescr>Log Stripped Names</fielddescr>
<fieldname>varsettingsstrippednames</fieldname>
<description><![CDATA[Choose this if you want to log the full User-Name attribute as it was found in the request. Logging must be enabled. (Default: no)]]></description>
@@ -302,7 +322,7 @@
<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 module is enabled but it causes some problems with counters. So if you use "Amount of Download/Upload/Time" then leave this checked. (Default: check)]]></description>
+ <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>
</fields>