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

# We fall back to the pam_unix modules. If this is not secure
# enough for your purpose, consider specifying pam_deny.so
# instead.
# 

auth     sufficient     pam_unix.so
auth     required       pam_ldap.so use_first_pass

account  sufficient     pam_unix.so
account  required       pam_ldap.so

password required       pam_unix.so
session  required       pam_unix.so
