# ::maintainer::
#
# /etc/pam.d/common-session - session-related modules common to all services
#
# This file is included from other service-specific PAM config files,
# and should contain a list of modules that define tasks to be performed
# at the start and end of sessions of *any* kind (both interactive and
# non-interactive).  The default is pam_unix.
#

session required			pam_mkhomedir.so skel=/etc/skel/ umask=0077
session	[success=1 default=ignore]	pam_unix.so
session	required			pam_ldap.so
session	required			pam_permit.so

# original:
# session required pam_unix.so

# questo rimosso perche` non esiste piu`
#session	optional	pam_foreground.so
