Module Name:    src
Committed By:   christos
Date:           Fri Jun  9 17:28:34 UTC 2017

Modified Files:
        src/etc/pam.d: Makefile
Added Files:
        src/etc/pam.d: cron

Log Message:
Add cron.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/etc/pam.d/Makefile
cvs rdiff -u -r0 -r1.1 src/etc/pam.d/cron

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/pam.d/Makefile
diff -u src/etc/pam.d/Makefile:1.9 src/etc/pam.d/Makefile:1.10
--- src/etc/pam.d/Makefile:1.9	Tue Mar  1 11:27:52 2005
+++ src/etc/pam.d/Makefile	Fri Jun  9 13:28:34 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2005/03/01 16:27:52 christos Exp $
+# $NetBSD: Makefile,v 1.10 2017/06/09 17:28:34 christos Exp $
 
-CONFIGFILES=	README display_manager ftpd gdm imap kde login other passwd \
-		pop3 ppp rexecd rsh sshd su system telnetd xdm xserver
+CONFIGFILES=	README cron display_manager ftpd gdm imap kde login other \
+		passwd pop3 ppp rexecd rsh sshd su system telnetd xdm xserver
 FILESDIR=	/etc/pam.d
 FILESMODE=	644
 FILESMODE_README=444

Added files:

Index: src/etc/pam.d/cron
diff -u /dev/null src/etc/pam.d/cron:1.1
--- /dev/null	Fri Jun  9 13:28:34 2017
+++ src/etc/pam.d/cron	Fri Jun  9 13:28:34 2017
@@ -0,0 +1,16 @@
+# $NetBSD: cron,v 1.1 2017/06/09 17:28:34 christos Exp $
+#
+# PAM configuration for the "cron" service
+#
+
+# auth
+auth		required	pam_rootok.so
+
+# account
+account		include		system
+
+# session
+session		include		system
+
+# password
+password	required	pam_deny.so

Reply via email to