Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/pam.d Add a commented out entry for pam_u2f.so



details:   https://anonhg.NetBSD.org/src/rev/4e759a7de51e
branches:  trunk
changeset: 745485:4e759a7de51e
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Mar 03 00:47:33 2020 +0000

description:
Add a commented out entry for pam_u2f.so

diffstat:

 etc/pam.d/su |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r aa2b30641d4d -r 4e759a7de51e etc/pam.d/su
--- a/etc/pam.d/su      Tue Mar 03 00:46:06 2020 +0000
+++ b/etc/pam.d/su      Tue Mar 03 00:47:33 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index