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
9 # We deny any pam calls not explicitely allowed elsewhere.
11 auth required pam_deny.so
12 account required pam_deny.so
13 session required pam_deny.so
14 password required pam_deny.so