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:
14a66d8
)
pam: Add pam_permit to the auth section of chfn.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 13 Apr 2009 15:48:38 +0000
(17:48 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 13 Apr 2009 15:48:38 +0000
(17:48 +0200)
The chfn command did not work before, since it checks account as well as
auth.
etc/pam.d/chfn
patch
|
blob
|
history
diff --git
a/etc/pam.d/chfn
b/etc/pam.d/chfn
index efbc34b954757ea2d8c7daa4a6f8d80b34bdaa10..58e1d48b2ecd64ed5b88e1fc5e2269da13be42ac 100644
(file)
--- a/
etc/pam.d/chfn
+++ b/
etc/pam.d/chfn
@@
-4,3
+4,4
@@
# This allows only root to change user infomation at all.
auth required pam_rootok.so
+account required pam_permit.so