summaryrefslogtreecommitdiff
path: root/modules/pam_lastlog
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_lastlog')
-rw-r--r--modules/pam_lastlog/pam_lastlog.838
1 files changed, 22 insertions, 16 deletions
diff --git a/modules/pam_lastlog/pam_lastlog.8 b/modules/pam_lastlog/pam_lastlog.8
index 407f1961..9aee5caa 100644
--- a/modules/pam_lastlog/pam_lastlog.8
+++ b/modules/pam_lastlog/pam_lastlog.8
@@ -1,8 +1,11 @@
-.\" ** You probably do not want to edit this file directly **
-.\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
-.\" Instead of manually editing it, you probably should edit the DocBook XML
-.\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "PAM_LASTLOG" "8" "06/01/2006" "Linux\-PAM Manual" "Linux\-PAM Manual"
+.\" Title: pam_lastlog
+.\" Author:
+.\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/>
+.\" Date: 06/02/2006
+.\" Manual: Linux\-PAM Manual
+.\" Source: Linux\-PAM Manual
+.\"
+.TH "PAM_LASTLOG" "8" "06/02/2006" "Linux\-PAM Manual" "Linux\-PAM Manual"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@@ -20,29 +23,29 @@ file.
.PP
Some applications may perform this function themselves. In such cases, this module is not necessary.
.SH "OPTIONS"
-.TP
+.TP 3n
\fBdebug\fR
Print debug information.
-.TP
+.TP 3n
\fBsilent\fR
Don't inform the user about any previous login, just upate the
\fI/var/log/lastlog\fR
file.
-.TP
+.TP 3n
\fBnever\fR
If the
\fI/var/log/lastlog\fR
file does not contain any old entries for the user, indicate that the user has never previously logged in with a welcome message.
-.TP
+.TP 3n
\fBnodate\fR
Don't display the date of the last login.
-.TP
+.TP 3n
\fBnoterm\fR
Don't display the terminal name on which the last login was attempted.
-.TP
+.TP 3n
\fBnohost\fR
Don't indicate from which host the last login was attempted.
-.TP
+.TP 3n
\fBnowtmp\fR
Don't update the wtmp entry.
.SH "MODULE SERVICES PROVIDED"
@@ -52,13 +55,13 @@ Only the
service is supported.
.SH "RETURN VALUES"
.PP
-.TP
+.TP 3n
PAM_SUCCESS
Everything was successfull.
-.TP
+.TP 3n
PAM_SERVICE_ERR
Internal service module error.
-.TP
+.TP 3n
PAM_USER_UNKNOWN
User not known.
.SH "EXAMPLES"
@@ -67,16 +70,19 @@ Add the following line to
\fI/etc/pam.d/login\fR
to display the last login time of an user:
.sp
+.RS 3n
.nf
session required pam_lastlog.so nowtmp
.fi
+.RE
.SH "FILES"
-.TP
+.TP 3n
\fI/var/log/lastlog\fR
Lastlog logging file
.SH "SEE ALSO"
.PP
+
\fBpam.conf\fR(5),
\fBpam.d\fR(8),
\fBpam\fR(8)