From: Peter Avalos Date: Sun, 4 Jan 2009 01:01:22 +0000 (-0500) Subject: Add a PAM config for cron(8). X-Git-Url: https://gitweb.dragonflybsd.org/~corecode/dragonfly.git/commitdiff_plain/0541cc26db0722a8a0bcbc7385e8d3ad024ef4b7 Add a PAM config for cron(8). Obtained-from: FreeBSD --- diff --git a/etc/pam.d/Makefile b/etc/pam.d/Makefile index 6905d0b4d2..ed54899e81 100644 --- a/etc/pam.d/Makefile +++ b/etc/pam.d/Makefile @@ -2,6 +2,7 @@ NOOBJ= FILES= README \ atrun \ + cron \ ftpd \ gdm \ imap \ diff --git a/etc/pam.d/cron b/etc/pam.d/cron new file mode 100644 index 0000000000..ed28cb1cc0 --- /dev/null +++ b/etc/pam.d/cron @@ -0,0 +1,9 @@ +# +# $FreeBSD: src/etc/pam.d/cron,v 1.1 2007/06/17 17:25:52 yar Exp $ +# +# PAM configuration for the "cron" service +# + +# account +account required pam_nologin.so +account required pam_unix.so