--- ./doc/sag/pam_faillock.xml.orig 2020-11-10 09:46:13.000000000 -0600 +++ ./doc/sag/pam_faillock.xml 2020-11-11 13:54:28.033031520 -0600 @@ -36,3 +36,41 @@ href="../../modules/pam_faillock/pam_faillock.8.xml" xpointer='xpointer(//refsect1[@id = "pam_faillock-author"]/*)'/> + + +
+ pam_faillock - temporarily locking access based on failed authentication attempts during an interval + + + + + + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
--- ./configure.ac.orig 2020-11-11 13:54:28.033031520 -0600 +++ ./configure.ac 2020-11-11 13:56:58.260034880 -0600 @@ -639,6 +639,8 @@ po/Makefile.in \ Make.xml.rules \ modules/Makefile \ + modules/pam_chroot/Makefile modules/pam_console/Makefile \ + modules/pam_postgresok/Makefile \ modules/pam_access/Makefile \ modules/pam_debug/Makefile modules/pam_deny/Makefile \ modules/pam_echo/Makefile modules/pam_env/Makefile \ --- ./modules/Makefile.am.orig 2020-11-11 13:54:28.033031520 -0600 +++ ./modules/Makefile.am 2020-11-11 13:58:24.059036799 -0600 @@ -44,6 +44,8 @@ SUBDIRS := \ pam_access \ + pam_chroot \ + pam_console \ pam_debug \ pam_deny \ pam_echo \ @@ -67,6 +69,7 @@ $(MAYBE_PAM_NAMESPACE) \ pam_nologin \ pam_permit \ + pam_postgresok \ pam_pwhistory \ $(MAYBE_PAM_RHOSTS) \ pam_rootok \