How to Install libpam-mount in Ubuntu 18.04



Install libpam-mount by entering the following commands in the terminal:

sudo apt update
sudo apt install libpam-mount

Description:

PAM module that can mount volumes for a user session

This module is aimed at environments with central file servers that a user wishes to mount on login and unmount on logout, such as (semi-)diskless stations where many users can login. . The module also supports mounting local filesystems of any kind the normal mount utility supports, with extra code to make sure certain volumes are set up properly because often they need more than just a mount call, such as encrypted volumes. This includes SMB/CIFS, FUSE, dm-crypt and LUKS.

Homepage: http://pam-mount.sourceforge.net/

Version: 2.16-3build2

Section: admin