--- ./doc/sag/pam_faillock.xml.orig 2023-05-19 13:22:11.197977808 -0500 +++ ./doc/sag/pam_faillock.xml 2023-05-19 13:24:39.673969595 -0500 @@ -1,27 +1,38 @@ -
+ + +
pam_faillock - temporarily locking access based on failed authentication attempts during an interval - - + + - - + + -
- +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
-
- -
-
- -
-
- -
-
- -
-
- -
-
\ No newline at end of file +
--- ./configure.ac.orig 2023-05-07 18:06:47.000000000 -0500 +++ ./configure.ac 2023-05-19 13:22:11.198977808 -0500 @@ -754,6 +754,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 2023-05-07 18:06:47.000000000 -0500 +++ ./modules/Makefile.am 2023-05-19 13:22:11.198977808 -0500 @@ -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 \