CVS commit: src/etc/pam.d

2020-03-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Mar  3 00:47:33 UTC 2020

Modified Files:
src/etc/pam.d: su

Log Message:
Add a commented out entry for pam_u2f.so


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/etc/pam.d/su

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/su
diff -u src/etc/pam.d/su:1.7 src/etc/pam.d/su:1.8
--- src/etc/pam.d/su:1.7	Wed Mar 26 07:31:17 2008
+++ src/etc/pam.d/su	Mon Mar  2 19:47:33 2020
@@ -1,4 +1,4 @@
-# $NetBSD: su,v 1.7 2008/03/26 11:31:17 lukem Exp $
+# $NetBSD: su,v 1.8 2020/03/03 00:47:33 christos Exp $
 #
 # PAM configuration for the "su" service
 #
@@ -7,6 +7,7 @@
 auth		sufficient	pam_rootok.so		no_warn
 auth		sufficient	pam_self.so		no_warn
 auth		sufficient	pam_skey.so		no_warn try_first_pass
+#auth		sufficient	pam_u2f.so		authfile=/etc/u2f_mappings cue
 auth		sufficient	pam_ksu.so		no_warn try_first_pass
 #auth		sufficient	pam_group.so		no_warn group=rootauth root_only authenticate
 auth		requisite	pam_group.so		no_warn group=wheel root_only fail_safe



CVS commit: src/etc/pam.d

2017-06-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jun 18 20:23:21 UTC 2017

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

Log Message:
Install racoon pam file.


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

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.10 src/etc/pam.d/Makefile:1.11
--- src/etc/pam.d/Makefile:1.10	Fri Jun  9 13:28:34 2017
+++ src/etc/pam.d/Makefile	Sun Jun 18 16:23:21 2017
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2017/06/09 17:28:34 christos Exp $
+# $NetBSD: Makefile,v 1.11 2017/06/18 20:23:21 christos Exp $
 
 CONFIGFILES=	README cron display_manager ftpd gdm imap kde login other \
-		passwd pop3 ppp rexecd rsh sshd su system telnetd xdm xserver
+		passwd pop3 ppp racoon rexecd rsh sshd su system telnetd xdm \
+		xserver
 FILESDIR=	/etc/pam.d
 FILESMODE=	644
 FILESMODE_README=444



CVS commit: src/etc/pam.d

2017-06-09 Thread Christos Zoulas
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



CVS commit: src/etc/pam.d

2010-11-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Nov 13 19:19:41 UTC 2010

Modified Files:
src/etc/pam.d: display_manager

Log Message:
add want_agent to the commented line of pam_ssh


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/etc/pam.d/display_manager

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/display_manager
diff -u src/etc/pam.d/display_manager:1.4 src/etc/pam.d/display_manager:1.5
--- src/etc/pam.d/display_manager:1.4	Wed Mar 26 07:31:17 2008
+++ src/etc/pam.d/display_manager	Sat Nov 13 14:19:40 2010
@@ -1,4 +1,4 @@
-# $NetBSD: display_manager,v 1.4 2008/03/26 11:31:17 lukem Exp $
+# $NetBSD: display_manager,v 1.5 2010/11/13 19:19:40 christos Exp $
 #
 # PAM configuration for the display manager services.  Specific display
 # manager service configurations can include this one.
@@ -20,5 +20,5 @@
 # session
 # XXX pam_lastlog.so?
 # pam_ssh has potential security risks.  See pam_ssh(8).
-#session 	optional	pam_ssh.so
+#session 	optional	pam_ssh.so		want_agent
 session		required	pam_permit.so