diff --git a/root/etc/e-smith/templates/etc/fail2ban/jail.conf/30Service40LemonLDAPNG b/root/etc/e-smith/templates/etc/fail2ban/jail.conf/30Service40LemonLDAPNG index 189b450..9419641 100644 --- a/root/etc/e-smith/templates/etc/fail2ban/jail.conf/30Service40LemonLDAPNG +++ b/root/etc/e-smith/templates/etc/fail2ban/jail.conf/30Service40LemonLDAPNG @@ -1,7 +1,7 @@ { -my $status = ${'lemonldap-ng'}{'status'} || 'disabled'; -my $f2b = ${'lemonldap-ng'}{'Fail2Ban'} || 'enabled'; +my $status = ${'lemonldap'}{'status'} || 'disabled'; +my $f2b = ${'lemonldap'}{'Fail2Ban'} || 'enabled'; return "" if (($status ne 'enabled') || ($f2b ne 'enabled')); my @ports = (); push @ports, (${'httpd-e-smith'}{'TCPPort'} || '80');