You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
580 B

  1. #
  2. # /etc/pam.d/other - specify the PAM fallback behaviour
  3. #
  4. # Note that this file is used for any unspecified service; for example
  5. #if /etc/pam.d/cron specifies no session modules but cron calls
  6. #pam_open_session, the session module out of /etc/pam.d/other is
  7. #used. If you really want nothing to happen then use pam_permit.so or
  8. #pam_deny.so as appropriate.
  9. # We fall back to the system default in /etc/pam.d/common-*
  10. #
  11. auth include common-auth
  12. account include common-account
  13. password include common-password
  14. session include common-session