[Pkg-shadow-devel] [SCM] shadow Debian packaging branch, master, updated. upstream/4.1.5.1-7-g08807ee

Christian Perrier bubulle at debian.org
Sun Jul 28 16:49:05 UTC 2013


The following commit has been merged in the master branch:
commit 08807ee3fc55908070f571126f32cd84437e2fb1
Author: Christian Perrier <bubulle at debian.org>
Date:   Sun Jul 28 18:49:00 2013 +0200

    Add pam_loginuid to login PAM sattings. Closes: #677441

diff --git a/debian/changelog b/debian/changelog
index 836e5d8..82e027d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ shadow (1:4.2-1) UNRELEASED; urgency=low
       Closes: #713979
   * Moved to git: replace Vcs-Git in place of Vcs-Svn and adapt
     Vcs-Browser.
+  * Add pam_loginuid to login PAM sattings. Closes: #677441
 
  -- Christian Perrier <bubulle at debian.org>  Sat, 27 Jul 2013 20:07:18 +0200
 
diff --git a/debian/login.pam b/debian/login.pam
index 14dc2cd..3221a72 100644
--- a/debian/login.pam
+++ b/debian/login.pam
@@ -52,6 +52,9 @@ session       required   pam_env.so readenv=1
 # reading this file *in addition to /etc/environment* does not hurt
 session       required   pam_env.so readenv=1 envfile=/etc/default/locale
 
+# Record user's login uid to the process attribute
+session required pam_loginuid.so
+
 # Standard Un*x authentication.
 @include common-auth
 

-- 
shadow Debian packaging



More information about the Pkg-shadow-devel mailing list