#
# /etc/pam.d/other - specify the PAM fallback behaviour
#

# We fall back to the standard UNIX access. If this is not secure enough for
# your purpose, consider specifying pam_deny.so instead.
# 
auth     required       pam_unix_auth.so
account  required       pam_unix_acct.so
password required       pam_unix_passwd.so
session  required       pam_unix_session.so

