From: Thibault Godouet Date: Fri, 19 Jul 2002 19:28:58 +0000 (+0000) Subject: less restrictive : should work better on some systems X-Git-Tag: ver2_9_4~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b6245aedb41c368f575ae6412a20147d93dc20e;p=thirdparty%2Ffcron.git less restrictive : should work better on some systems --- diff --git a/files/fcron.pam b/files/fcron.pam index 5726af5..756ffc3 100644 --- a/files/fcron.pam +++ b/files/fcron.pam @@ -3,7 +3,9 @@ # account required pam_unix.so -auth required pam_unix.so nullok +# Warning : fcron has no way to prompt user for a password ! +auth required pam_permit.so +#auth required pam_unix.so nullok #auth required pam_env.so session required pam_permit.so #session required pam_unix.so