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:
dc84e38
)
pam: Add .so to module names in pam.d/other.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Tue, 30 Dec 2008 22:51:27 +0000
(23:51 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Tue, 30 Dec 2008 22:51:27 +0000
(23:51 +0100)
etc/pam.d/other
patch
|
blob
|
history
diff --git
a/etc/pam.d/other
b/etc/pam.d/other
index 867cf9172956768ea8ab3ccc44445c3f6d30f35a..f7ff035277bb650c4c15e79931db179d6d536d80 100644
(file)
--- a/
etc/pam.d/other
+++ b/
etc/pam.d/other
@@
-8,7
+8,7
@@
#
# We deny any pam calls not explicitely allowed elsewhere.
-auth required pam_deny
-account required pam_deny
-session required pam_deny
-password required pam_deny
+auth required pam_deny
.so
+account required pam_deny
.so
+session required pam_deny
.so
+password required pam_deny
.so