diff options
-rw-r--r-- | sys-auth/pam_abl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_abl/metadata.xml | 10 |
2 files changed, 14 insertions, 1 deletions
diff --git a/sys-auth/pam_abl/ChangeLog b/sys-auth/pam_abl/ChangeLog index cf92b0bce04a..dbb6eef05d46 100644 --- a/sys-auth/pam_abl/ChangeLog +++ b/sys-auth/pam_abl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_abl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/ChangeLog,v 1.8 2009/04/05 16:19:52 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/ChangeLog,v 1.9 2009/04/05 16:20:50 jokey Exp $ + + 05 Apr 2009; Markus Ullmann <jokey@gentoo.org> metadata.xml: + Update metadata, bug #248403 05 Apr 2009; Markus Ullmann <jokey@gentoo.org> +files/pam_abl-0.2.3-as-needed.patch, pam_abl-0.2.3-r1.ebuild: diff --git a/sys-auth/pam_abl/metadata.xml b/sys-auth/pam_abl/metadata.xml index 8e98664387c2..c391de0c2654 100644 --- a/sys-auth/pam_abl/metadata.xml +++ b/sys-auth/pam_abl/metadata.xml @@ -10,4 +10,14 @@ <email>swapon@gmail.com</email> <name>Alessio Cassibba</name> </maintainer> +<longdescription lang="en"> +PAM module that provides auto blacklisting of hosts and users responsible for repeated failed authentication attempts. +Once a host is blacklisted it is guaranteed to fail authentication even if the correct credentials are provided. +Hosts which stop attempting to authenticate will, after a period of time, be un-blacklisted. +</longdescription> +<longdescription lang="it"> +Modulo Pam che permette di mantenere automaticamente una blacklist di host ed utenti responsabili di ripetuti tentativi di autenticazione falliti. +Gli host soggetti a blacklist vedranno fallire i tentativi di login anche qualora le corrette credenziali vengano fornite. +Una volta cessati i tentativi di autenticazione, dopo un certo periodo di tempo, gli host verranno riabilitati. +</longdescription> </pkgmetadata> |