#
# /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).
#

session   required  pam_unix.so
session   optional  pam_ldap.so
session   required  pam_mkhomedir.so silent skel=/etc/skel/ umask=0077
session   optional  pam_exec.so /usr/libexec/setSubuid.sh
session   optional  pam_exec.so /sbin/sysctl net.ipv4.ip_unprivileged_port_start=0
session optional pam_systemd.so
