diff options
author | pav <pav@FreeBSD.org> | 2006-09-02 02:34:03 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-09-02 02:34:03 +0800 |
commit | 471ab8d8a0469e93f01b305bd73762343f9067b5 (patch) | |
tree | 45f644db1519ba799f03bc715ebb07a3f959019b /security/Makefile | |
parent | 6c451311cafc03e0e752157571495ca7b6a8c68a (diff) | |
download | freebsd-ports-gnome-471ab8d8a0469e93f01b305bd73762343f9067b5.tar.gz freebsd-ports-gnome-471ab8d8a0469e93f01b305bd73762343f9067b5.tar.zst freebsd-ports-gnome-471ab8d8a0469e93f01b305bd73762343f9067b5.zip |
The pam_abl provides auto blacklisting of hosts and users
responsible for repeated failed authentication attempts.
WWW: http://www.hexten.net/pam_abl/
PR: ports/100635
Submitted by: Petr Rehor <prehor@gmail.com>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index ef8716f8b2ef..e8d8f5e713df 100644 --- a/security/Makefile +++ b/security/Makefile @@ -464,6 +464,7 @@ SUBDIR += pad SUBDIR += pam-mysql SUBDIR += pam-pgsql + SUBDIR += pam_abl SUBDIR += pam_af SUBDIR += pam_alreadyloggedin SUBDIR += pam_authsrv |