summaryrefslogtreecommitdiffstats
path: root/acf.conf
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-03-10 14:49:39 +0000
committerTed Trask <ttrask01@yahoo.com>2010-03-10 14:49:39 +0000
commitb432c381028ed2db46a2c960b57db9efbc220093 (patch)
treed616021d0491dd49eea351ab1a093021a3c23f19 /acf.conf
parent762b02aad14e43aaabf6705099e2a878058cd6cd (diff)
downloadacf-core-b432c381028ed2db46a2c960b57db9efbc220093.tar.bz2
acf-core-b432c381028ed2db46a2c960b57db9efbc220093.tar.xz
Added sessiontimeout, lockouttime, and lockouteventlimit parameters to acf.conf.
Diffstat (limited to 'acf.conf')
-rw-r--r--acf.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/acf.conf b/acf.conf
index e0fbff6..6b8ad92 100644
--- a/acf.conf
+++ b/acf.conf
@@ -19,6 +19,11 @@ sessiondir=/tmp/
# only applies to web access, client access will always use system logger
logfile = /var/log/acf.log
+# Session parameters
+# sessiontimeout - time in minutes before inactive session deleted (default 30)
+# lockouttime - time in minutes for lockout due to failed login attempts (default 30) (maximum = sessiontimeout)
+# lockouteventlimit - number of events in past lockouttime to cause lockout (default 10)
+
# ACF is skinnable - this specifies the active skin
# will attempt to load skin/basename(skin).css
skin=/skins/alps