[Pkg-shadow-commits] r557 - trunk/debian

Christian Perrier bubulle at costa.debian.org
Sat Oct 1 05:38:21 UTC 2005


Author: bubulle
Date: 2005-10-01 05:38:19 +0000 (Sat, 01 Oct 2005)
New Revision: 557

Modified:
   trunk/debian/changelog
   trunk/debian/login.pam
   trunk/debian/login.su.pam
Log:
Turn pam_env into a session module


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-09-30 23:49:56 UTC (rev 556)
+++ trunk/debian/changelog	2005-10-01 05:38:19 UTC (rev 557)
@@ -3,9 +3,12 @@
   * The "Maroilles" release
   * Debian packaging fixes:
     - debian/login.su.pam:
-      pam_wheel example moved after pam_rootok in config.
-      Also documents that with 'pam_wheel.so group=foo', root may need to
-      be in the foo group. Closes: #330630, #330855
+      - pam_wheel example moved after pam_rootok in config.
+        Also documents that with 'pam_wheel.so group=foo', root may need to
+        be in the foo group. Closes: #330630, #330855
+      - pam_env turned to be used as a session module which it is designed
+        to be. Thanks to Steinar H. Gunderson who pointed this out and
+        Steve Langasek and Andrew Suffield who suggested the right solution.
 
  -- Christian Perrier <bubulle at debian.org>  Wed, 28 Sep 2005 19:59:31 +0200
 

Modified: trunk/debian/login.pam
===================================================================
--- trunk/debian/login.pam	2005-09-30 23:49:56 UTC (rev 556)
+++ trunk/debian/login.pam	2005-10-01 05:38:19 UTC (rev 557)
@@ -19,7 +19,7 @@
 # file /etc/security/pam_env.conf.
 # 
 # parsing /etc/environment needs "readenv=1"
-auth       required   pam_env.so readenv=1
+session       required   pam_env.so readenv=1
 
 # Standard Un*x authentication.
 @include common-auth

Modified: trunk/debian/login.su.pam
===================================================================
--- trunk/debian/login.su.pam	2005-09-30 23:49:56 UTC (rev 556)
+++ trunk/debian/login.su.pam	2005-10-01 05:38:19 UTC (rev 557)
@@ -33,7 +33,7 @@
 # file /etc/security/pam_env.conf.
 # 
 # parsing /etc/environment needs "readenv=1"
-auth       required   pam_env.so readenv=1
+session       required   pam_env.so readenv=1
 
 # The standard Unix authentication modules, used with
 # NIS (man nsswitch) as well as normal /etc/passwd and




More information about the Pkg-shadow-commits mailing list