PAM_ISSUE(8) | Linux-PAM Manual | PAM_ISSUE(8) |
pam_issue - PAM module to add issue file to user prompt
pam_issue.so [noesc] [issue=issue-file-name]
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
noesc
issue=issue-file-name
Only the auth module type is provided.
PAM_BUF_ERR
PAM_IGNORE
PAM_SERVICE_ERR
PAM_SUCCESS
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
pam_issue was written by Ben Collins <bcollins@debian.org>.
09/03/2021 | Linux-PAM Manual |