1pam_ecryptfs(8) Linux-PAM Manual pam_ecryptfs(8)
2
3
4
6 pam_ecryptfs - PAM module for eCryptfs
7
9 pam_ecryptfs.so [unwrap]
10
12 pam_ecryptfs is a PAM module that can use the login password to unwrap
13 an ecryptfs mount passphrase stored in ~/.ecryptfs/wrapped-passphrase,
14 and automatically mount a private cryptographic directory.
15
17 unwrap
18 Use the login passphrase to unwrap an eCryptfs mount passphrase.
19
20
21 MODULE SERVICES PROVIDED
22
23 The services auth, and session are supported.
24
26 To unwrap a mount passphrase and automatically mount a private direcā
27 tory on login, add the following lines to
28
29 /etc/pam.d/common-auth:
30
31 auth required pam_ecryptfs.so unwrap
32
33 /etc/pam.d/common-session:
34
35 session optional pam_ecryptfs.so unwrap
36
37
38
40 ecryptfs(7), pam.conf(5), pam.d(8), pam(8)
41
42
43 /usr/share/doc/ecryptfs-utils/ecryptfs-faq.html
44
45
46 http://launchpad.net/ecryptfs/
47
48
50 This manpage was written by Dustin Kirkland <kirkland@canonical.com>
51 for Ubuntu systems (but may be used by others). Permission is granted
52 to copy, distribute and/or modify this document under the terms of the
53 GNU General Public License, Version 2 or any later version published by
54 the Free Software Foundation.
55
56 On Debian systems, the complete text of the GNU General Public License
57 can be found in /usr/share/common-licenses/GPL.
58
59
60
61
62Linux-PAM Manual 2008-07-21 pam_ecryptfs(8)