[openssh] Add postlogin to pam. (#718807)

Jan F. Chadima jfch2222 at fedoraproject.org
Thu Jul 14 13:16:14 UTC 2011


commit d3d3406f122d17dd1def0a702fdd39fdad3fdfbb
Author: Jan F. Chadima <jfch at eglon.jagda.eu>
Date:   Thu Jul 14 15:15:29 2011 +0200

    Add postlogin to pam. (#718807)

 openssh.spec |    4 ++--
 sshd.pam     |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/openssh.spec b/openssh.spec
index 4a56e42..5dd008d 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -79,7 +79,7 @@
 
 # Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1
 %define openssh_ver 5.8p2
-%define openssh_rel 13
+%define openssh_rel 14
 %define pam_ssh_agent_ver 0.9.2
 %define pam_ssh_agent_rel 31
 
@@ -765,7 +765,7 @@ fi
 %endif
 
 %changelog
-* Thu Jul 14 2011 Jan F. Chadima <jchadima at redhat.com> - 5.8p2-13 + 0.9.2-31
+* Thu Jul 14 2011 Jan F. Chadima <jchadima at redhat.com> - 5.8p2-14 + 0.9.2-31
 - Add postlogin to pam. (#718807)
 
 * Tue Jun 28 2011 Jan F. Chadima <jchadima at redhat.com> - 5.8p2-12 + 0.9.2-31
diff --git a/sshd.pam b/sshd.pam
index 7455e91..a80e450 100644
--- a/sshd.pam
+++ b/sshd.pam
@@ -1,6 +1,6 @@
 #%PAM-1.0
 auth	   required	pam_sepermit.so
-auth       include      password-auth
+auth       substack     password-auth
 auth       include      postlogin
 account    required     pam_nologin.so
 account    include      password-auth


More information about the scm-commits mailing list