pam: Add .so to module names in pam.d/other.
[matthijs/servers/drsnuggles.git] / etc / pam.d / other
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.  
8 #
9 # We deny any pam calls not explicitely allowed elsewhere.
10
11 auth        required pam_deny.so
12 account     required pam_deny.so
13 session     required pam_deny.so
14 password    required pam_deny.so