]> git.pld-linux.org Git - packages/fcron.git/commitdiff
- uniformized configs to use system-auth where possible
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 27 Mar 2007 15:43:42 +0000 (15:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- sanitized
- uniform blacklist for pop3, imap and smtp services

Changed files:
    fcron.pam -> 1.2
    fcrontab.pam -> 1.2

fcron.pam
fcrontab.pam

index 756ffc3492f408158522c82247da6e7c3c21a16d..72fa1e48b17198d745c8d61bf7d804ced36b5e04 100644 (file)
--- a/fcron.pam
+++ b/fcron.pam
@@ -1,11 +1,5 @@
-#
-# The PAM configuration file for fcron daemon
-#
-
-account                required        pam_unix.so
+#%PAM-1.0
 # 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
+account                include         system-auth
+session                include         system-auth
index b9ada666cf53275734a5c2efa9cced34c44bc7a4..3e6ff954b1dbd344da6eb0f4b3a81d1318c8b968 100644 (file)
@@ -1,18 +1,9 @@
-#
-# The PAM configuration file for fcrontab
-#
-
+#%PAM-1.0
 # WARNING : you cannot use every modules here, as some
-#           (such as pam_unix_acct.so) require the program to be run
+#           (such as pam_unix.so) require the program to be run
 #           by root or suid root, and fcrontab is *not* suid root.
-
-### By default we do not ask user for a password
 auth           required        pam_permit.so
-#auth          required        pam_unix.so nullok
-#auth          required        pam_env.so
-
+#auth          include         system-auth
 account                required        pam_permit.so
-#account       required        pam_time.so
-
-session                required        pam_permit.so
-#session               required        pam_unix.so
+#account               include         system-auth
+session                include         system-auth
This page took 0.173464 seconds and 4 git commands to generate.