1PAM_MOTD(8)                    Linux-PAM Manual                    PAM_MOTD(8)
2
3
4

NAME

6       pam_motd - Display the motd file
7

SYNOPSIS

9       pam_motd.so [motd=/path/filename]
10

DESCRIPTION

12       pam_motd is a PAM module that can be used to display arbitrary motd
13       (message of the day) files after a successful login. By default the
14       /etc/motd file is shown. The message size is limited to 64KB.
15

OPTIONS

17       motd=/path/filename
18           The /path/filename file is displayed as message of the day.
19

MODULE TYPES PROVIDED

21       Only the session module type is provided.
22

RETURN VALUES

24       PAM_IGNORE
25           This is the only return value of this module.
26

EXAMPLES

28       The suggested usage for /etc/pam.d/login is:
29
30           session  optional  pam_motd.so  motd=/etc/motd
31
32
33

SEE ALSO

35       motd(5), pam.conf(5), pam.d(5), pam(8)
36

AUTHOR

38       pam_motd was written by Ben Collins <bcollins@debian.org>.
39
40
41
42Linux-PAM Manual                  09/19/2013                       PAM_MOTD(8)
Impressum