summaryrefslogtreecommitdiff
blob: b508e81a14844c0085497c8f73038e554d0804da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>pam-bugs@gentoo.org</email>
    <name>Pluggable Authentication Method maintenance</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>
  <upstream>
    <remote-id type="sourceforge">pam-abl</remote-id>
  </upstream>
</pkgmetadata>