# include this file after common-auth and after common-session with
# @include common-pammount

# replace "optional" with "required" if a user must mount the specified
# volumes, for example the home directory

# make sure that there is no PAM module loaded with a "sufficient"
# priority before these entries, else the pam_mount module is not
# executed

# note for ssh: if you include this file in /etc/pam.d/ssh, make sure
# to have also set "UsePAM yes" in /etc/ssh/sshd_config.

auth       optional   pam_mount.so use_first_pass
session    optional   pam_mount.so use_first_pass
