1 pam_motd — Display the motd file
3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
7 pam_motd is a PAM module that can be used to display arbitrary motd (message of
8 the day) files after a successful login. By default the /etc/motd file is
9 shown. The message size is limited to 64KB.
15 The /path/filename file is displayed as message of the day.
19 The suggested usage for /etc/pam.d/login is:
21 session optional pam_motd.so motd=/etc/motd
26 pam_motd was written by Ben Collins <bcollins@debian.org>.