FolusWen 6e15af0f3a [Add][GPL][Linux-PAM] 2 tahun lalu
..
.deps 6e15af0f3a [Add][GPL][Linux-PAM] 2 tahun lalu
.libs 6e15af0f3a [Add][GPL][Linux-PAM] 2 tahun lalu
Makefile 6e15af0f3a [Add][GPL][Linux-PAM] 2 tahun lalu
Makefile.am 6e15af0f3a [Add][GPL][Linux-PAM] 2 tahun lalu
Makefile.in 6e15af0f3a [Add][GPL][Linux-PAM] 2 tahun lalu
README 6e15af0f3a [Add][GPL][Linux-PAM] 2 tahun lalu
README.xml 6e15af0f3a [Add][GPL][Linux-PAM] 2 tahun lalu
pam_time.8 6e15af0f3a [Add][GPL][Linux-PAM] 2 tahun lalu
pam_time.8.xml 6e15af0f3a [Add][GPL][Linux-PAM] 2 tahun lalu
pam_time.c 6e15af0f3a [Add][GPL][Linux-PAM] 2 tahun lalu
pam_time.la 6e15af0f3a [Add][GPL][Linux-PAM] 2 tahun lalu
pam_time.lo 6e15af0f3a [Add][GPL][Linux-PAM] 2 tahun lalu
time.conf 6e15af0f3a [Add][GPL][Linux-PAM] 2 tahun lalu
time.conf.5 6e15af0f3a [Add][GPL][Linux-PAM] 2 tahun lalu
time.conf.5.xml 6e15af0f3a [Add][GPL][Linux-PAM] 2 tahun lalu
tst-pam_time 6e15af0f3a [Add][GPL][Linux-PAM] 2 tahun lalu

README

pam_time — PAM module for time control access

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

DESCRIPTION

The pam_time PAM module does not authenticate the user, but instead it
restricts access to a system and or specific applications at various times of
the day and on specific days or over various terminal lines. This module can be
configured to deny access to (individual) users based on their name, the time
of day, the day of week, the service they are applying for and their terminal
from which they are making their request.

By default rules for time/port access are taken from config file /etc/security/
time.conf. An alternative file can be specified with the conffile option.

If Linux PAM is compiled with audit support the module will report when it
denies access.

EXAMPLES

These are some example lines which might be specified in /etc/security/
time.conf.

All users except for root are denied access to console-login at all times:

login ; tty* & !ttyp* ; !root ; !Al0000-2400


Games (configured to use PAM) are only to be accessed out of working hours.
This rule does not apply to the user waster:

games ; * ; !waster ; Wd0000-2400 | Wk1800-0800