[arch-commits] Commit in pambase/trunk (system-login)

Dave Reisner dreisner at archlinux.org
Sat Jan 5 14:43:16 UTC 2019


    Date: Saturday, January 5, 2019 @ 14:43:16
  Author: dreisner
Revision: 343004

Switch from pam_tally to pam_tally2

Use a different faillog file because the new format of pam_tally2 is not
compatible with that of pam_tally.

Modified:
  pambase/trunk/system-login

--------------+
 system-login |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: system-login
===================================================================
--- system-login	2019-01-05 14:35:07 UTC (rev 343003)
+++ system-login	2019-01-05 14:43:16 UTC (rev 343004)
@@ -1,10 +1,11 @@
 #%PAM-1.0
 
-auth       required   pam_tally.so         onerr=succeed file=/var/log/faillog
+auth       required   pam_tally2.so        onerr=succeed file=/var/log/tallylog
 auth       required   pam_shells.so
 auth       requisite  pam_nologin.so
 auth       include    system-auth
 
+account    required   pam_tally2.so 
 account    required   pam_access.so
 account    required   pam_nologin.so
 account    include    system-auth



More information about the arch-commits mailing list