From 0bbb51f9f0d2801c90e6ce73f606e3b443d29918 Mon Sep 17 00:00:00 2001 From: thib Date: Fri, 19 Jul 2002 19:28:58 +0000 Subject: [PATCH] less restrictive : should work better on some systems --- files/fcron.pam | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.50.1