Page 1 of 1

LFD incorrect perma ban

Posted: 01 May 2015, 09:06
by yourweb
I have configured the following setting in CSF/LFD:

Code: Select all

# [*]Enable login failure detection of DirectAdmin connections
# This option also detects login failures on DA for Roundcube, SquirrelMail and
# phpMyAdmin if installed and logging enabled via CustomBuild v2+
# 
# If you do not want to scan for one or more of DIRECTADMIN_LOG_*, simply set
# the respective option to ""
LF_DIRECTADMIN = "5"
LF_DIRECTADMIN_PERM = "0"
I have set the permanent block to 0, which should tell LFD to only set a temporarily ban when a failed login has been detected. However, CSF/LFD sets a perma ban instead.

I'm using version v7.68

Re: LFD incorrect perma ban

Posted: 01 May 2015, 09:29
by ForumAdmin
"0" is not a valid value. It has to be either "1" for a permanent ban or more than 1 for the number of seconds for the temporary ban.

Re: LFD incorrect perma ban

Posted: 01 May 2015, 10:46
by yourweb
Thanks!