1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: libpam-abl
Maintainer: Alexandre Mestiashvili <alex@biotec.tu-dresden.de>
Section: admin
Priority: extra
Build-Depends: debhelper (>= 9),
libdb-dev,
libpam-dev,
asciidoc,
xmlto,
cmake,
libpam-runtime
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libpam-abl.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/libpam-abl.git
Homepage: http://pam-abl.sourceforge.net
Package: libpam-abl
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: blocks hosts attempting a brute force attack
a PAM module that provides auto blacklisting of hosts and users responsible
for repeated failed authentication attempts. Generally configured so that
blacklisted users still see normal login prompts but are guaranteed
to fail to authenticate.
|