pam_mount is a Pluggable Authentication Module that can mount volumes for a user session upon login, using the same passwords as for login. It supports any filesystem your kernel is capable of, including tmpfs, FUSE, smbfs, cryptoloop, LUKS mounts, --bind, and more.
License: GNU Lesser General Public License (LGPL)
Changes:
Parsing of old-style pam_mount.conf with spaces in
group names, copy-and-paste typographical errors,
and a missing return value were fixed. A
workaround was added for CIFS volumes within NFS
mounts with "root_squash" option.