projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3578559
)
pam: Let pam.d/su include common{account,session}.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Tue, 30 Dec 2008 22:58:24 +0000
(23:58 +0100)
committer
Matthijs 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
patch
|
blob
|
history
diff --git
a/etc/pam.d/su
b/etc/pam.d/su
index ab107dafb95d59cc6e511382c1871cacb3f0f798..eabc90992852d77b5d939467737adb13dc447cde 100644
(file)
--- 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