mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
0959f2bb54
a/pam-1.4.0-x86_64-1.txz: Upgraded. IMPORTANT NOTE: This update removes the pam_cracklib and pam_tally2 modules. None of our current configuration files in /etc/pam.d/ use either of those, but if the configuration files on your machine do you'll need to comment out or remove those lines, otherwise you may experience login failures. a/shadow-4.8.1-x86_64-9.txz: Rebuilt. /etc/pam.d/system-auth: prefix lines that call pam_gnome_keyring.so with '-' to avoid spamming the logs about failures. a/sysvinit-scripts-2.1-noarch-32.txz: Rebuilt. rc.S: create /var/run/faillock directory for pam_faillock(8). a/util-linux-2.35.2-x86_64-2.txz: Rebuilt. /etc/pam.d/login: change the example for locking an account for too many failed login attempts to use pam_faillock instead of pam_tally2. l/imagemagick-7.0.10_19-x86_64-1.txz: Upgraded. l/libzip-1.7.1-x86_64-1.txz: Upgraded. n/openssh-8.3p1-x86_64-2.txz: Rebuilt. /etc/pam.d/sshd: change the example for locking an account for too many failed login attempts to use pam_faillock instead of pam_tally2.
29 lines
893 B
Diff
29 lines
893 B
Diff
--- ./configure.ac.orig 2020-06-08 05:17:27.000000000 -0500
|
|
+++ ./configure.ac 2020-06-13 14:11:04.857950668 -0500
|
|
@@ -712,6 +712,7 @@
|
|
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_cracklib/Makefile \
|
|
modules/pam_debug/Makefile modules/pam_deny/Makefile \
|
|
modules/pam_echo/Makefile modules/pam_env/Makefile \
|
|
--- ./modules/Makefile.am.orig 2020-06-08 05:17:27.000000000 -0500
|
|
+++ ./modules/Makefile.am 2020-06-13 14:12:28.614946035 -0500
|
|
@@ -53,6 +53,8 @@
|
|
SUBDIRS := \
|
|
pam_access \
|
|
$(MAYBE_PAM_CRACKLIB) \
|
|
+ pam_chroot \
|
|
+ pam_console \
|
|
pam_debug \
|
|
pam_deny \
|
|
pam_echo \
|
|
@@ -76,6 +78,7 @@
|
|
$(MAYBE_PAM_NAMESPACE) \
|
|
pam_nologin \
|
|
pam_permit \
|
|
+ pam_postgresok \
|
|
pam_pwhistory \
|
|
$(MAYBE_PAM_RHOSTS) \
|
|
pam_rootok \
|