aboutsummaryrefslogtreecommitdiffstats
path: root/configurable-definitions
blob: 8d5a946f5df565ee25863855572e1bab0f2c5ae9 (plain) (blame)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
TTY_PERM  (default: 0600, type: int)

    Mode for TTY devices


USE_TTY_GROUP (default: undefinied, type: #ifdef)

    Use the group tty for group ownership of TTY devices


FAILURE_SLEEP  (default: 5, type: float)

    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


TIMEOUT_SECONDS  (default: 60, type: int)

    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 


OWN_VCS (default: undefinied, type: #ifdef)

    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
	crypt	   -- Authenticate with crypt and /etc/shadow or /etc/passwd


NO_SHADOW (default: undefined, type: #ifdef, required: AUTH=crypt)

    Do not use /etc/shadow (shadow.h) unless HAVE_SHADOW is definied