Hi, Frank, Please roll it into master tree if you agree that, thank you.
Hi Frank, MaxStartups mechanism was designed for preventing DoS / DDoS. I think we don't have to count or report them by IP address. I have tried to modify the code and still verifying and testing. Here is recent committed & pushed result : https://sourceforge.net/u/joehorn/logwatch/ci/7ea8ce1ae47947e7bfe3558d42a82b83aeea36ae/
Unmatched entries related to MaxStartups throttling in OpenSSH
Suppressing unmatched entries in "Connections (secure-log)"
Keep original booker after edited ( by admin ) in 1.8.0
Hi, As ldap_search() shows. The E_WARNING may comes from LDAP server setting ( sizelimit , ... ) . I guess think following action will be better : change line #753 in auth/auth_ldap.inc Orig: $res = ldap_search($ldap, $base_dn, $filter, $attributes); New: $res = @ldap_search($ldap, $base_dn, $filter, $attributes); P.S. There are error detection codes in line#755~759 , we can surpress the E_WARNING message therefore.
Recommend .htaccess