[Midnightbsd-cvs] src: etc/pam.d: add atrun

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Dec 4 15:00:37 EST 2008


Log Message:
-----------
add atrun

Modified Files:
--------------
    src/etc/pam.d:
        Makefile (r1.3 -> r1.4)

Added Files:
-----------
    src/etc/pam.d:
        atrun (r1.1)

-------------- next part --------------
--- /dev/null
+++ etc/pam.d/atrun
@@ -0,0 +1,10 @@
+#
+# $FreeBSD: src/etc/pam.d/atrun,v 1.1 2007/06/15 12:02:16 yar Exp $
+#
+# 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
Index: Makefile
===================================================================
RCS file: /home/cvs/src/etc/pam.d/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L etc/pam.d/Makefile -L etc/pam.d/Makefile -u -r1.3 -r1.4
--- etc/pam.d/Makefile
+++ etc/pam.d/Makefile
@@ -2,7 +2,7 @@
 # $FreeBSD: src/etc/pam.d/Makefile,v 1.13 2005/06/10 20:52:36 nectar Exp $
 
 NO_OBJ=
-FILES=	README cron ftpd gdm imap kde login other passwd pop3 \
+FILES=	README atrun cron ftpd gdm imap kde login other passwd pop3 \
 	rsh sshd su system telnetd xdm
 FILESDIR=	/etc/pam.d
 FILESMODE=	644


More information about the Midnightbsd-cvs mailing list