diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-11-22 06:31:37 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-11-22 06:31:37 +0100 |
commit | 094cd2dbd5e79e8ad607286f8af2ebd27fd8ed7a (patch) | |
tree | ceda0607d4d3a8333f0d6b438965c9e27a847b56 /configurable-definitions | |
parent | pam_acct_mgmt freezes (diff) | |
download | libpassphrase-094cd2dbd5e79e8ad607286f8af2ebd27fd8ed7a.tar.gz libpassphrase-094cd2dbd5e79e8ad607286f8af2ebd27fd8ed7a.tar.bz2 libpassphrase-094cd2dbd5e79e8ad607286f8af2ebd27fd8ed7a.tar.xz |
optionally use PAM
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'configurable-definitions')
-rw-r--r-- | configurable-definitions | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/configurable-definitions b/configurable-definitions index 991f0b5..bbc3135 100644 --- a/configurable-definitions +++ b/configurable-definitions @@ -1,35 +1,43 @@ TTY_PERM (default: 0600, type: int) - Mode for TTY devices + Mode for TTY devices USE_TTY_GROUP (default: undefinied, type: #ifdef) - Use the group tty for group ownership of TTY devices + Use the group tty for group ownership of TTY devices FAILURE_SLEEP (default: 5, type: float) - Number of seconds to sleep on login failure + Number of seconds to sleep on login failure ERROR_SLEEP (default: 2, type: float) - Number of seconds to sleep on error, - so the user has time to read the error message + Number of seconds to sleep on error, + so the user has time to read the error message TIMEOUT_SECONDS (default: 60, type: int) - Number of seconds before timeout when waiting for a passphrase + Number of seconds before timeout when waiting for a passphrase OWN_VCSA (default: undefinied, type: #ifdef) - Take ownership of and change mode of VCSA device + Take ownership of and change mode of VCSA device OWN_VCS (default: undefinied, type: #ifdef) - Take ownership of and change mode of VCS device + Take ownership of and change mode of VCS device + + +AUTH (default: pam, type: name) + + Authentication module. One of: + + pam -- Pluggable Authentication Module (PAM) + none -- Always auto-authenticate |