From: Matthijs Kooijman Date: Mon, 13 Apr 2009 15:48:38 +0000 (+0200) Subject: pam: Add pam_permit to the auth section of chfn. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=1b4d31c20a6034fbe5fcc6f6c358e6449d1db54e pam: Add pam_permit to the auth section of chfn. The chfn command did not work before, since it checks account as well as auth. --- diff --git a/etc/pam.d/chfn b/etc/pam.d/chfn index efbc34b..58e1d48 100644 --- 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