table of contents
PAM_ISSUE(8) | Linux-PAM Manual | PAM_ISSUE(8) |
NAME
pam_issue - PAM module to add issue file to user prompt
SYNOPSIS
pam_issue.so [noesc] [issue=issue-file-name]
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
\l
\m
\n
\o
\r
\t
\s
\u
\U
\v
OPTIONS
noesc
issue=issue-file-name
MODULE TYPES PROVIDED
Only the auth module type is provided.
RETURN VALUES
PAM_BUF_ERR
PAM_IGNORE
PAM_SERVICE_ERR
PAM_SUCCESS
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
SEE ALSO
AUTHOR
pam_issue was written by Ben Collins <bcollins@debian.org>.
06/16/2009 | Linux-PAM Manual |