From 446c94cfc0cace89ae22e5d6bc4550f854afb8f2 Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Wed, 13 Oct 2010 00:46:32 +0000 Subject: [PATCH] Fix /etc/pam.d/su. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8631 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- introduction/welcome/changelog.xml | 3 +++ postlfs/security/shadow.xml | 1 + 2 files changed, 4 insertions(+) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 1a7531f5a5..4f7c86dcc8 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -48,6 +48,9 @@ [ken] - Updated to Gimp-2.6.8. Fixes ticket #2619 + + [dj] - Added system-auth to /etc/pam.d/su. + diff --git a/postlfs/security/shadow.xml b/postlfs/security/shadow.xml index cd15e14d1f..1a0af6e548 100644 --- a/postlfs/security/shadow.xml +++ b/postlfs/security/shadow.xml @@ -452,6 +452,7 @@ EOF # always allow root auth sufficient pam_rootok.so +auto include system-auth # include the default account settings account include system-account