Add pam_loginuid to login PAM sattings. Closes: #677441

This commit is contained in:
Christian Perrier
2013-07-28 18:49:00 +02:00
parent 80a1bae6fe
commit 08807ee3fc
2 changed files with 4 additions and 0 deletions

1
debian/changelog vendored
View File

@@ -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@debian.org> Sat, 27 Jul 2013 20:07:18 +0200

3
debian/login.pam vendored
View File

@@ -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