# ::maintainer::
#
# /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	[success=1 default=ignore]	pam_unix.so
account	required			pam_ldap.so
account	required			pam_permit.so

# original:
# account required pam_unix.so
