This shows you the differences between two versions of the page.
— |
control-panels:cpanel-whm:how-can-i-manage-lfd-configuration-from-whm [2015/01/12 15:31] (current) Jonathan W. created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Managing Login Failure Daemon (LFD) from WHM ====== | ||
+ | You can manage lfd from //WHM >> ConfigServer Security&Firewall >> lfd - Login Failure Daemon// | ||
+ | |||
+ | * To edit process ignore list, from the drop down menu for "Edit lfd ignore file" choose "Process Tracking" file and click edit. To exclude a binary for example /usr/local/bin/perl, add the following line at the end of the file. | ||
+ | * ''exe:/usr/local/bin/perl'' | ||
+ | * To exclude process related to a user say nobody, add | ||
+ | * ''user:nobody'' | ||
+ | |||
+ | Ensure that click "Change" to save the settings! |