aboutsummaryrefslogtreecommitdiff
path: root/debian/libpam-modules.NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'debian/libpam-modules.NEWS')
-rw-r--r--debian/libpam-modules.NEWS19
1 files changed, 18 insertions, 1 deletions
diff --git a/debian/libpam-modules.NEWS b/debian/libpam-modules.NEWS
index edd12051..6d26b019 100644
--- a/debian/libpam-modules.NEWS
+++ b/debian/libpam-modules.NEWS
@@ -1,3 +1,21 @@
+pam (1.7.0-1) unstable; urgency=medium
+
+ Starting with pam 1.7.0, pam_limits does not automatically reset the
+ limits of logged in users. This means that systemd, rather than pam ill
+ set the defaults for things like number of open files and other resource
+ limits. If limits are configured in /etc/security/limits.conf or
+ /etc/security/limits.d/*.conf, these values will be respected. To
+ restore the previous behavior, add the set_all option to pam_limits.
+ For example in /etc/pam.d/ssh, replace:
+
+ session required pam_limits.so
+
+ with:
+
+ session required pam_limits.so set_all
+
+ -- Sam Hartman <hartmans@debian.org> Tue, 14 Jan 2025 15:47:56 -0700
+
pam (1.5.3-7) unstable; urgency=medium
Starting with PAM version 1.5.3, Debian supports usergroups for default
@@ -13,4 +31,3 @@ pam (1.5.3-7) unstable; urgency=medium
-- Sam Hartman <hartmans@debian.org> Mon, 08 Apr 2024 16:15:58 -0600
-