summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-12-10 18:26:19 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-12-10 18:26:49 -0500
commit6d8ff5e97b796edf86d956d109e7c03886a748a5 (patch)
treeff5a1bb99511d8b3ec3de9cb90f6d2cad901a15c /etc/inc/system.inc
parentca092d2673990d0d28a20085823d3b2f930d4ce6 (diff)
downloadpfsense-6d8ff5e97b796edf86d956d109e7c03886a748a5.zip
pfsense-6d8ff5e97b796edf86d956d109e7c03886a748a5.tar.gz
Hard code maxlockouts to 15 until GUI portion is ready
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r--etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 4af54c7..430775e 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -516,7 +516,7 @@ news.err;local0.none;local3.none;local4.none; {$log_directive}{$g['varlog_path
local7.none {$log_directive}{$g['varlog_path']}/system.log
security.* {$log_directive}{$g['varlog_path']}/system.log
auth.info;authpriv.info;daemon.info {$log_directive}{$g['varlog_path']}/system.log
-auth.info;authpriv.info |exec /usr/local/sbin/sshlockout_pf
+auth.info;authpriv.info |exec /usr/local/sbin/sshlockout_pf 15
*.emerg *
EOD;
OpenPOWER on IntegriCloud