Home | History | Annotate | Line # | Download | only in pam.d
su.in revision 1.1.4.2
      1  1.1.4.2  perseant # $NetBSD: su.in,v 1.1.4.2 2025/08/02 05:20:44 perseant Exp $
      2  1.1.4.2  perseant #
      3  1.1.4.2  perseant # PAM configuration for the "su" service
      4  1.1.4.2  perseant #
      5  1.1.4.2  perseant 
      6  1.1.4.2  perseant # auth
      7  1.1.4.2  perseant auth		sufficient	pam_rootok.so		no_warn
      8  1.1.4.2  perseant auth		sufficient	pam_self.so		no_warn
      9  1.1.4.2  perseant auth		sufficient	pam_skey.so		no_warn try_first_pass
     10  1.1.4.2  perseant #auth		sufficient	pam_u2f.so		authfile=/etc/u2f_mappings cue
     11  1.1.4.2  perseant #auth		sufficient	pam_ksu.so		no_warn try_first_pass
     12  1.1.4.2  perseant #auth		sufficient	pam_group.so		no_warn group=rootauth root_only authenticate
     13  1.1.4.2  perseant auth		requisite	pam_group.so		no_warn group=wheel root_only fail_safe
     14  1.1.4.2  perseant auth		required	pam_unix.so		no_warn try_first_pass nullok
     15  1.1.4.2  perseant 
     16  1.1.4.2  perseant # account
     17  1.1.4.2  perseant account		required	pam_login_access.so
     18  1.1.4.2  perseant account		include		system
     19  1.1.4.2  perseant 
     20  1.1.4.2  perseant # session
     21  1.1.4.2  perseant session		required	pam_permit.so
     22