summaryrefslogtreecommitdiffstats
path: root/etc/pam.d
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2007-06-15 12:02:16 +0000
committeryar <yar@FreeBSD.org>2007-06-15 12:02:16 +0000
commit73c6fd823f55ad9b3332da2e2e97404fd7abb290 (patch)
treeeaa06dc8dd3f1bc3b920d863b59ed4d58f1b1a11 /etc/pam.d
parentc6862c6dc24ac7f67bd815e9862f013ec2c2d2ff (diff)
downloadFreeBSD-src-73c6fd823f55ad9b3332da2e2e97404fd7abb290.zip
FreeBSD-src-73c6fd823f55ad9b3332da2e2e97404fd7abb290.tar.gz
Add PAM support to atrun(8).
Diffstat (limited to 'etc/pam.d')
-rw-r--r--etc/pam.d/Makefile1
-rw-r--r--etc/pam.d/atrun10
2 files changed, 11 insertions, 0 deletions
diff --git a/etc/pam.d/Makefile b/etc/pam.d/Makefile
index d1ab9f4..9e5746c 100644
--- a/etc/pam.d/Makefile
+++ b/etc/pam.d/Makefile
@@ -3,6 +3,7 @@
NO_OBJ=
FILES= README \
+ atrun \
ftpd \
gdm \
imap \
diff --git a/etc/pam.d/atrun b/etc/pam.d/atrun
new file mode 100644
index 0000000..6829469
--- /dev/null
+++ b/etc/pam.d/atrun
@@ -0,0 +1,10 @@
+#
+# $FreeBSD$
+#
+# PAM configuration for the "atrun" service
+#
+
+# Note well: enabling pam_nologin for atrun will currently result
+# in jobs discarded, not just delayed, during a no-login period.
+#account required pam_nologin.so
+account required pam_unix.so
OpenPOWER on IntegriCloud