From c961c7505700c1bb963909adcf994941045c2dac Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 22 May 2013 02:03:30 +0100 Subject: Use the pam_loginuid session module (thanks, Laurent Bigonville; closes: #677440, LP: #1067779). --- debian/changelog | 2 ++ debian/openssh-server.sshd.pam | 3 +++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index e98db0753..394096d41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,8 @@ openssh (1:6.2p2-2) UNRELEASED; urgency=low applied these checks by now. The ssh-vulnkey tool and the blacklisting support in sshd are still here, at least for the moment. * This removes the last of our uses of debconf (closes: #221531). + * Use the pam_loginuid session module (thanks, Laurent Bigonville; closes: + #677440, LP: #1067779). -- Colin Watson Tue, 21 May 2013 17:49:35 +0100 diff --git a/debian/openssh-server.sshd.pam b/debian/openssh-server.sshd.pam index 9261e9dca..e61d67777 100644 --- a/debian/openssh-server.sshd.pam +++ b/debian/openssh-server.sshd.pam @@ -13,6 +13,9 @@ account required pam_nologin.so # Standard Un*x authorization. @include common-account +# Set the loginuid process attribute. +session required pam_loginuid.so + # Standard Un*x session setup and teardown. @include common-session -- cgit v1.2.3