From ec00eac52bb7b52d3313a0134a6935e821f1391b Mon Sep 17 00:00:00 2001 From: "Jan F. Chadima" Date: Thu, 14 Jul 2011 14:54:28 +0200 Subject: [PATCH] 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 d3a547d..eaa37e8 100644 --- a/openssh.spec +++ b/openssh.spec @@ -71,7 +71,7 @@ # Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1 %define openssh_ver 5.6p1 -%define openssh_rel 32 +%define openssh_rel 33 %define pam_ssh_agent_ver 0.9.2 %define pam_ssh_agent_rel 29 @@ -606,7 +606,7 @@ fi %endif %changelog -* Thu Jul 14 2011 Jan F. Chadima - 5.6p2-32 + 0.9.2-29 +* Thu Jul 14 2011 Jan F. Chadima - 5.6p2-33 + 0.9.2-29 - Add postlogin to pam. (#718807) * Fri Apr 29 2011 Jan F. Chadima - 5.6p1-31 + 0.9.2-29 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