pam: Add pam_permit to the auth section of chfn.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 13 Apr 2009 15:48:38 +0000 (17:48 +0200)
committerMatthijs 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

index efbc34b954757ea2d8c7daa4a6f8d80b34bdaa10..58e1d48b2ecd64ed5b88e1fc5e2269da13be42ac 100644 (file)
@@ -4,3 +4,4 @@
 
 # This allows only root to change user infomation at all.
 auth           required        pam_rootok.so
+account         required        pam_permit.so