From: Matthijs Kooijman Date: Tue, 30 Dec 2008 22:58:24 +0000 (+0100) Subject: pam: Let pam.d/su include common{account,session}. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=a48c92eff2595f25b2f82d30c744622aade90ffb pam: Let pam.d/su include common{account,session}. Since pam.d/other was removed, su was missing the account and session entries and failed. --- diff --git a/etc/pam.d/su b/etc/pam.d/su index ab107da..eabc909 100644 --- a/etc/pam.d/su +++ b/etc/pam.d/su @@ -4,3 +4,5 @@ # This allows root to su without passwords (normal operation) auth sufficient pam_rootok.so +@include common-account +@include common-session