Import Linux-PAM.
[profile/ivi/pam.git] / modules / pam_motd / README
1 pam_motd — Display the motd file
2
3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
4
5 DESCRIPTION
6
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.
10
11 OPTIONS
12
13 motd=/path/filename
14
15     The /path/filename file is displayed as message of the day.
16
17 EXAMPLES
18
19 The suggested usage for /etc/pam.d/login is:
20
21 session  optional  pam_motd.so  motd=/etc/motd
22
23
24 AUTHOR
25
26 pam_motd was written by Ben Collins <bcollins@debian.org>.
27