diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-01-07 14:30:37 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-01-07 14:30:37 +0000 |
commit | a90d1809cfe2704a04761a601b0b40244a2d7f46 (patch) | |
tree | 57bbffde63869c56ae064a8dd19293601dfd51f1 /modules | |
parent | 4463902ff272d0ee5be8757768a6491e681c332e (diff) | |
download | pam-a90d1809cfe2704a04761a601b0b40244a2d7f46.tar.gz pam-a90d1809cfe2704a04761a601b0b40244a2d7f46.tar.bz2 pam-a90d1809cfe2704a04761a601b0b40244a2d7f46.zip |
Relevant BUGIDs:
Purpose of commit: cleanup
Commit summary:
---------------
2008-01-07 Thorsten Kukuk <kukuk@thkukuk.de>
* po/it.po: Fix typos.
* po/de.po: Few new translations.
* po/POTFILES.in: Add pam_tty_audit.c and passverify.c.
* doc/man/pam_xauth_data.3.xml: Added to CVS.
* doc/man/pam_xauth_data.3: Likewise.
* modules/pam_tty_audit/README: Likewise.
* modules/pam_tty_audit/pam_tty_audit.8: Likewise.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/pam_time/pam_time.8 | 19 | ||||
-rw-r--r-- | modules/pam_tty_audit/.cvsignore | 6 |
2 files changed, 21 insertions, 4 deletions
diff --git a/modules/pam_time/pam_time.8 b/modules/pam_time/pam_time.8 index ea0c8d34..21fb83d5 100644 --- a/modules/pam_time/pam_time.8 +++ b/modules/pam_time/pam_time.8 @@ -1,11 +1,11 @@ .\" Title: pam_time .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/> -.\" Date: 11/06/2007 +.\" Date: 01/07/2008 .\" Manual: Linux-PAM Manual .\" Source: Linux-PAM Manual .\" -.TH "PAM_TIME" "8" "11/06/2007" "Linux-PAM Manual" "Linux-PAM Manual" +.TH "PAM_TIME" "8" "01/07/2008" "Linux-PAM Manual" "Linux-PAM Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -14,16 +14,27 @@ pam_time - PAM module for time control access .SH "SYNOPSIS" .HP 12 -\fBpam_time\.so\fR +\fBpam_time\.so\fR [debug] [noaudit] .SH "DESCRIPTION" .PP 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\. .PP By default rules for time/port access are taken from config file \fI/etc/security/time\.conf\fR\. +.PP +If Linux PAM is compiled with audit support the module will report when it denies access\. .SH "OPTIONS" .PP -This module does not recognise any options\. +\fBdebug\fR +.RS 4 +Some debug informations are printed with +\fBsyslog\fR(3)\. +.RE +.PP +\fBnoaudit\fR +.RS 4 +Do not report logins at disallowed time to the audit subsystem\. +.RE .SH "MODULE SERVICES PROVIDED" .PP Only the diff --git a/modules/pam_tty_audit/.cvsignore b/modules/pam_tty_audit/.cvsignore new file mode 100644 index 00000000..9fb98574 --- /dev/null +++ b/modules/pam_tty_audit/.cvsignore @@ -0,0 +1,6 @@ +*.la +*.lo +.deps +.libs +Makefile +Makefile.in |