From 1b4d31c20a6034fbe5fcc6f6c358e6449d1db54e Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 13 Apr 2009 17:48:38 +0200 Subject: [PATCH] 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. --- etc/pam.d/chfn | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2