1 #
   2 # Default definitions
   3 #
   4 # Used when a module type (e.g. "auth") is not explicitly configured for a
   5 # particular service (e.g. "sudo").
   6 #
   7 other   auth requisite          pam_authtok_get.so.1
   8 other   auth required           pam_dhkeys.so.1
   9 other   auth required           pam_unix_cred.so.1
  10 other   auth required           pam_unix_auth.so.1
  11 #
  12 other   account requisite       pam_roles.so.1
  13 other   account required        pam_unix_account.so.1
  14 #
  15 other   session required        pam_unix_session.so.1
  16 #
  17 other   password required       pam_dhkeys.so.1
  18 other   password requisite      pam_authtok_get.so.1
  19 other   password requisite      pam_authtok_check.so.1
  20 other   password required       pam_authtok_store.so.1