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

Reply via email to