aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_issue
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2008-01-08 12:44:15 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2008-01-08 12:44:15 +0000
commitd48c90b14254794fcad9ccc37873a8c663cce02d (patch)
tree62e42b3fd242091e7fab171d1b816586c09e743c /modules/pam_issue
parent1f802e15b36f0ca69dc4127a9332983acfd70117 (diff)
downloadpam-d48c90b14254794fcad9ccc37873a8c663cce02d.tar.gz
pam-d48c90b14254794fcad9ccc37873a8c663cce02d.tar.bz2
pam-d48c90b14254794fcad9ccc37873a8c663cce02d.zip
Relevant BUGIDs:
Purpose of commit: cleanup Commit summary: --------------- Remove autogenerated documentation from CVS
Diffstat (limited to 'modules/pam_issue')
-rw-r--r--modules/pam_issue/.cvsignore2
-rw-r--r--modules/pam_issue/README79
-rw-r--r--modules/pam_issue/pam_issue.8104
3 files changed, 2 insertions, 183 deletions
diff --git a/modules/pam_issue/.cvsignore b/modules/pam_issue/.cvsignore
index 9fb98574..8754cdf0 100644
--- a/modules/pam_issue/.cvsignore
+++ b/modules/pam_issue/.cvsignore
@@ -4,3 +4,5 @@
.libs
Makefile
Makefile.in
+README
+pam_issue.8
diff --git a/modules/pam_issue/README b/modules/pam_issue/README
deleted file mode 100644
index e3192beb..00000000
--- a/modules/pam_issue/README
+++ /dev/null
@@ -1,79 +0,0 @@
-pam_issue — PAM module to add issue file to user prompt
-
-━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
-
-DESCRIPTION
-
-pam_issue is a PAM module to prepend an issue file to the username prompt. It
-also by default parses escape codes in the issue file similar to some common
-getty's (using \x format).
-
-Recognized escapes:
-
-\d
-
- current day
-
-\l
-
- name of this tty
-
-\m
-
- machine architecture (uname -m)
-
-\n
-
- machine's network node hostname (uname -n)
-
-\o
-
- domain name of this system
-
-\r
-
- release number of operating system (uname -r)
-
-\t
-
- current time
-
-\s
-
- operating system name (uname -s)
-
-\u
-
- number of users currently logged in
-
-\U
-
- same as \u except it is suffixed with "user" or "users" (eg. "1 user" or
- "10 users")
-
-\v
-
- operating system version and build date (uname -v)
-
-OPTIONS
-
-noesc
-
- Turns off escape code parsing.
-
-issue=issue-file-name
-
- The file to output if not using the default.
-
-EXAMPLES
-
-Add the following line to /etc/pam.d/login to set the user specific issue at
-login:
-
- auth optional pam_issue.so issue=/etc/issue
-
-
-AUTHOR
-
-pam_issue was written by Ben Collins <bcollins@debian.org>.
-
diff --git a/modules/pam_issue/pam_issue.8 b/modules/pam_issue/pam_issue.8
deleted file mode 100644
index 011a5e91..00000000
--- a/modules/pam_issue/pam_issue.8
+++ /dev/null
@@ -1,104 +0,0 @@
-.\" Title: pam_issue
-.\" Author:
-.\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/>
-.\" Date: 06/17/2006
-.\" Manual: Linux\-PAM Manual
-.\" Source: Linux\-PAM Manual
-.\"
-.TH "PAM_ISSUE" "8" "06/17/2006" "Linux\-PAM Manual" "Linux\-PAM Manual"
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.SH "NAME"
-pam_issue \- PAM module to add issue file to user prompt
-.SH "SYNOPSIS"
-.HP 13
-\fBpam_issue.so\fR [noesc] [issue=\fIissue\-file\-name\fR]
-.SH "DESCRIPTION"
-.PP
-pam_issue is a PAM module to prepend an issue file to the username prompt. It also by default parses escape codes in the issue file similar to some common getty's (using \\x format).
-.PP
-Recognized escapes:
-.TP 3n
-\fB\\d\fR
-current day
-.TP 3n
-\fB\\l\fR
-name of this tty
-.TP 3n
-\fB\\m\fR
-machine architecture (uname \-m)
-.TP 3n
-\fB\\n\fR
-machine's network node hostname (uname \-n)
-.TP 3n
-\fB\\o\fR
-domain name of this system
-.TP 3n
-\fB\\r\fR
-release number of operating system (uname \-r)
-.TP 3n
-\fB\\t\fR
-current time
-.TP 3n
-\fB\\s\fR
-operating system name (uname \-s)
-.TP 3n
-\fB\\u\fR
-number of users currently logged in
-.TP 3n
-\fB\\U\fR
-same as \\u except it is suffixed with "user" or "users" (eg. "1 user" or "10 users")
-.TP 3n
-\fB\\v\fR
-operating system version and build date (uname \-v)
-.SH "OPTIONS"
-.PP
-.TP 3n
-\fBnoesc\fR
-Turns off escape code parsing.
-.TP 3n
-\fBissue=\fR\fB\fIissue\-file\-name\fR\fR
-The file to output if not using the default.
-.SH "MODULE SERVICES PROVIDED"
-.PP
-Only the
-\fBauth\fR
-service is supported.
-.SH "RETURN VALUES"
-.PP
-.TP 3n
-PAM_BUF_ERR
-Memory buffer error.
-.TP 3n
-PAM_IGNORE
-The prompt was already changed.
-.TP 3n
-PAM_SERVICE_ERR
-A service module error occured.
-.TP 3n
-PAM_SUCCESS
-The new prompt was set successfull.
-.SH "EXAMPLES"
-.PP
-Add the following line to
-\fI/etc/pam.d/login\fR
-to set the user specific issue at login:
-.sp
-.RS 3n
-.nf
- auth optional pam_issue.so issue=/etc/issue
-
-.fi
-.RE
-.sp
-.SH "SEE ALSO"
-.PP
-
-\fBpam.conf\fR(5),
-\fBpam.d\fR(8),
-\fBpam\fR(8)
-.SH "AUTHOR"
-.PP
-pam_issue was written by Ben Collins <bcollins@debian.org>.