File: switchable-auth

package info (click to toggle)
authselect 1.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,416 kB
  • sloc: ansic: 7,807; sh: 477; makefile: 356; python: 164; xml: 24
file content (17 lines) | stat: -rw-r--r-- 1,170 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
auth required pam_debug.so auth=authinfo_unavail {exclude if "with-switchable-auth"}
{continue if "with-switchable-auth"}
auth      [success=done ignore=ignore default=bad]     pam_selinux_permit.so
auth      required                                     pam_env.so
auth      required                                     pam_faildelay.so delay=2000000
auth      required                                     pam_faillock.so preauth silent                         {include if "with-faillock"}
auth      [default=1 ignore=ignore success=ok]         pam_usertype.so isregular
auth      [default=1 ignore=ignore success=ok]         pam_localuser.so
auth      sufficient                                   pam_unix.so nullok
auth      [default=1 ignore=ignore success=ok]         pam_usertype.so isregular
auth      sufficient                                   pam_sss.so
auth      optional                                     pam_gnome_keyring.so only_if=login auto_start          {include if "with-pam-gnome-keyring"}
auth      required                                     pam_deny.so

account   include system-auth
password  include system-auth
session	  include system-auth