# $Id$
# /etc/pam.d/common-account - authorization settings common to all services
#
# This file is included from other service-specific PAM config files,
# and should contain a list of the authorization modules that define
# the central access policy for use on the system.  The default is to
# only deny service to users whose accounts are expired in /etc/shadow.
#
#account	required	pam_unix.so

account    sufficient    pam_ldap.so
account    sufficient    pam_unix.so nullok try_first_pass
account    required      pam_deny.so

