table of contents
- bookworm 1.5.2-6+deb12u1
- testing 1.5.3-7+b1
- unstable 1.5.3-7+b1
- unstable 1.7.0-2
- experimental 1.7.0-1
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>.
05/07/2023 | Linux-PAM |