[Pkg-shadow-commits] r146 - in trunk/debian: . pam.d

Christian Perrier pkg-shadow-devel@lists.alioth.debian.org
Tue, 17 May 2005 08:56:56 +0000


Author: bubulle
Date: 2005-05-17 08:56:55 +0000 (Tue, 17 May 2005)
New Revision: 146

Modified:
   trunk/debian/changelog
   trunk/debian/pam.d/login
Log:
Uncomment pam_limits.so as we did it in sarge


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-05-17 06:40:05 UTC (rev 145)
+++ trunk/debian/changelog	2005-05-17 08:56:55 UTC (rev 146)
@@ -9,6 +9,9 @@
       1:4.0.3-19 and the resolution of #223664.
     - Document the TTYPERM variable set to 0600 in the default login.defs file
       Closes: #59439
+    - Make login and su use limits.so PAM module by default
+      (change made in sarge branch also)
+      Closes: #300720
     - Switching from dpatch to quilt. 
   * Debian specific programs fixes:
     - NONE

Modified: trunk/debian/pam.d/login
===================================================================
--- trunk/debian/pam.d/login	2005-05-17 06:40:05 UTC (rev 145)
+++ trunk/debian/pam.d/login	2005-05-17 08:56:55 UTC (rev 146)
@@ -54,7 +54,7 @@
 # Sets up user limits, please uncomment and read /etc/security/limits.conf
 # to enable this functionality.
 # (Replaces the use of /etc/limits in old login)
-# session    required   pam_limits.so
+session    required   pam_limits.so
 
 # Prints the last login info upon succesful login
 # (Replaces the `LASTLOG_ENAB' option from login.defs)