2 # /etc/pam.d/common-session - session-related modules common to all services
4 # This file is included from other service-specific PAM config files,
5 # and should contain a list of modules that define tasks to be performed
6 # at the start and end of sessions of *any* kind (both interactive and
7 # non-interactive). The default is pam_unix.
11 # session required pam_unix.so
13 # LDAP config based on from http://wiki.debian.org/LDAP/PAM
14 session required pam_limits.so
15 session required pam_unix.so
16 session required pam_ldap.so
18 session required pam_mkhomedir.so skel=/etc/skel umask=0022