[Pkg-shadow-commits] sarge/debian/pam.d login,1.1,1.2 su,1.1,1.2

Christian Perrier pkg-shadow-devel@lists.alioth.debian.org
Wed, 11 May 2005 18:32:21 +0000


Update of /cvsroot/pkg-shadow/sarge/debian/pam.d
In directory haydn:/tmp/cvs-serv8139/pam.d

Modified Files:
	login su 
Log Message:
Sync with 4.0.3-31sarge4 changes in sarge : activate pam_limits for su and
login


Index: su
===================================================================
RCS file: /cvsroot/pkg-shadow/sarge/debian/pam.d/su,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- su	20 Mar 2005 15:34:22 -0000	1.1
+++ su	11 May 2005 18:32:19 -0000	1.2
@@ -36,4 +36,4 @@
 # 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

Index: login
===================================================================
RCS file: /cvsroot/pkg-shadow/sarge/debian/pam.d/login,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- login	20 Mar 2005 15:34:22 -0000	1.1
+++ login	11 May 2005 18:32:19 -0000	1.2
@@ -55,7 +55,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)