2 # /etc/pam.d/other - specify the PAM fallback behaviour
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 #used.
8 # We deny any pam calls not explicitely allowed elsewhere.
10 auth required pam_deny.so
11 account required pam_deny.so
12 session required pam_deny.so
13 password required pam_deny.so