pam_ecryptfs - PAM module for eCryptfs
Contents
Description
pam_ecryptfs is a PAM module that can use the login password to unwrap an ecryptfs mount passphrase
stored in ~/.ecryptfs/wrapped-passphrase, and automatically mount a private cryptographic directory.
Examples
To unwrap a mount passphrase and automatically mount a private directory on login, add the following
lines to
/etc/pam.d/common-auth:
auth required pam_ecryptfs.so unwrap
/etc/pam.d/common-session:
session optional pam_ecryptfs.so unwrap
Name
pam_ecryptfs - PAM module for eCryptfs
Options
unwrap
Use the login passphrase to unwrap an eCryptfs mount passphrase.
MODULESERVICESPROVIDED
The services auth, and session are supported.
See Also
ecryptfs(7), pam.conf(5), pam.d(8), pam(8) /usr/share/doc/ecryptfs-utils/ecryptfs-faq.htmlhttp://ecryptfs.org/
Synopsis
pam_ecryptfs.so [unwrap]
