1PAM_TIME(8)                    Linux-PAM Manual                    PAM_TIME(8)
2
3
4

NAME

6       pam_time - PAM module for time control access
7

SYNOPSIS

9       pam_time.so
10

DESCRIPTION

12       The pam_time PAM module does not authenticate the user, but instead it
13       restricts access to a system and or specific applications at various
14       times of the day and on specific days or over various terminal lines.
15       This module can be configured to deny access to (individual) users
16       based on their name, the time of day, the day of week, the service they
17       are applying for and their terminal from which they are making their
18       request.
19
20       By default rules for time/port access are taken from config file
21       /etc/security/time.conf.
22

OPTIONS

24       This module does not recognice any options.
25

MODULE SERVICES PROVIDED

27       Only the account service is supported.
28

RETURN VALUES

30       PAM_SUCCESS
31          Access was granted.
32
33       PAM_ABORT
34          Not all relevant data could be gotten.
35
36       PAM_BUF_ERR
37          Memory buffer error.
38
39       PAM_PERM_DENIED
40          Access was not granted.
41
42       PAM_USER_UNKNOWN
43          The user is not known to the system.
44

FILES

46       /etc/security/time.conf
47          Default configuration file
48

EXAMPLES

50          #%PAM-1.0
51          #
52          # apply pam_time accounting to login requests
53          #
54          login  account  required  pam_time.so
55
56

SEE ALSO

58       time.conf(5), pam.d(8), pam(8).
59

AUTHOR

61       pam_time was written by Andrew G. Morgan <morgan@kernel.org>.
62
63
64
65Linux-PAM Manual                  06/21/2006                       PAM_TIME(8)
Impressum