Add a commented out entry for pam_u2f.so
This commit is contained in:
parent
793e7dfe1f
commit
b511f17d83
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue