baffea8da9e3b6039b9d1dc4e071fd62d3232a84
[matthijs/servers/drsnuggles.git] / etc / pam.d / common-session
1 #
2 # /etc/pam.d/common-session - session-related modules common to all services
3 #
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.
8 #
9 # Default was:
10 #
11 # session       required        pam_unix.so
12
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     optional      pam_ldap.so
17
18 session     required      pam_mkhomedir.so skel=/etc/skel umask=0022