File: options.txt

package info (click to toggle)
libpam-mount 2.22-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,312 kB
  • sloc: ansic: 6,266; sh: 5,298; makefile: 119; xml: 9
file content (28 lines) | stat: -rw-r--r-- 814 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

This short document will explain the various pam_mount options.
Options are listed in the 4th column of a PAM file, e.g.:

	auth	optional	pam_mount.so	debug

Options are to be separated by whitespace, hence specifying more than
one is to look like:

	auth	optional	pam_mount.so	debug disable_interactive


enable_pam_password (default)
disable_pam_password
	Enable or disable asking the PAM system for a previously-entered
	password.

enable_interactive (default)
disable_interactive
	Enable or disable asking for a password interactively.

pam_mount will first try to get the password from PAM, if enabled,
otherwise interactively, if enabled.

enable_propagate_password (default)
disable_propagate_password
	Enable/disable propagation of the interactively-input password
	to PAM modules following in the stack.