summaryrefslogtreecommitdiff
path: root/doc/modules/pam_motd.sgml
blob: 8ddc63924e785b0000abcda0b355fc48c2093027 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!--

Ben Collins <bcollins@debian.org>

-->

<sect1>Output the motd file

<sect2>Synopsis

<p>
<descrip>

<tag><bf>Module Name:</bf></tag>
<tt/pam_motd/

<tag><bf>Author:</bf></tag>
Ben Collins &lt;bcollins@debian.org&gt;

<tag><bf>Maintainer:</bf></tag>
Author

<tag><bf>Management groups provided:</bf></tag>
Session (open)

<tag><bf>Cryptographically sensitive:</bf></tag>
	
<tag><bf>Security rating:</bf></tag>

<tag><bf>Clean code base:</bf></tag>

<tag><bf>System dependencies:</bf></tag>

<tag><bf>Network aware:</bf></tag>

</descrip>

<sect2>Overview of module

<p>
This module outputs the motd file (<em>/etc/motd</em> by default) upon
successful login.

<sect2>Session component

<p>
<descrip>

<tag><bf>Recognized arguments:</bf></tag>
<tt/debug/; <tt/motd=motd-file-name/;

<tag><bf>Description:</bf></tag>
This module allows you to have arbitrary motd's (message of the day)
output after a succesful login. By default this file is <em>/etc/motd</em>,
but is configurable to any file.

<p>
The behavior of this module can be modified with one of the following
flags:

<p>
<itemize>

<item><tt/motd/
- the file to output if not using the default.

</itemize>

<tag><bf>Examples/suggested usage:</bf></tag>

login  session  pam_motd.so  motd=/etc/motd

</descrip>

<!--
End of sgml insert for this module.
-->