]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
Initial revision
authorThibault Godouet <yo8192@users.noreply.github.com>
Mon, 29 Oct 2001 13:20:01 +0000 (13:20 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Mon, 29 Oct 2001 13:20:01 +0000 (13:20 +0000)
files/fcron.pam [new file with mode: 0644]

diff --git a/files/fcron.pam b/files/fcron.pam
new file mode 100644 (file)
index 0000000..6a6f47f
--- /dev/null
@@ -0,0 +1,9 @@
+#
+# The PAM configuration file for the fcron daemon
+#
+
+account    required   pam_unix.so
+auth       required   pam_unix.so nullok
+auth       required   pam_env.so
+session    required   pam_unix.so
+