LFD incorrect perma ban

Post Reply
yourweb
Junior Member
Posts: 5
Joined: 07 Jul 2010, 20:30

LFD incorrect perma ban

Post 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
ForumAdmin
Moderator
Posts: 1524
Joined: 01 Oct 2008, 09:24

Re: LFD incorrect perma ban

Post 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.
yourweb
Junior Member
Posts: 5
Joined: 07 Jul 2010, 20:30

Re: LFD incorrect perma ban

Post by yourweb »

Thanks!
Post Reply