]> git.donarmstrong.com Git - dsa-puppet.git/blob - files/etc/pam.d/common-session
Merge branch 'master' of git+ssh://zobel@puppet.debian.org/srv/puppet.debian.org...
[dsa-puppet.git] / files / etc / pam.d / common-session
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 #
7 # /etc/pam.d/common-session - session-related modules common to all services
8 #
9 # This file is included from other service-specific PAM config files,
10 # and should contain a list of modules that define tasks to be performed
11 # at the start and end of sessions of *any* kind (both interactive and
12 # non-interactive).  The default is pam_unix.
13 #
14 session required        pam_unix.so
15 session optional        pam_mkhomedir.so skel=/etc/skel umask=0022