pam: Let pam.d/su include common{account,session}.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 30 Dec 2008 22:58:24 +0000 (23:58 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 30 Dec 2008 22:58:24 +0000 (23:58 +0100)
Since pam.d/other was removed, su was missing the account and session
entries and failed.

etc/pam.d/su

index ab107dafb95d59cc6e511382c1871cacb3f0f798..eabc90992852d77b5d939467737adb13dc447cde 100644 (file)
@@ -4,3 +4,5 @@
 
 # This allows root to su without passwords (normal operation)
 auth       sufficient pam_rootok.so
+@include   common-account
+@include   common-session