aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/shadowpwd-inst.sgml
blob: 60650a5dd165691698a86dee3c2d2220041a44b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<sect2>
<title>Installation of Shadow Password Suite</title>

<para>
Install the Shadow Password Suite by running the following commands:
</para>

<blockquote><literallayout>

	<userinput>./configure --prefix=/usr &amp;&amp;</userinput>
	<userinput>make &amp;&amp;</userinput>
	<userinput>make install &amp;&amp;</userinput>
	<userinput>cd etc &amp;&amp;</userinput>
	<userinput>cp limits login.access \</userinput>
	<userinput>&nbsp;&nbsp;&nbsp;login.defs.linux shells suauth 
		/etc &amp;&amp;</userinput>
	<userinput>mv /etc/login.defs.linux /etc/login.defs</userinput>

</literallayout></blockquote>

</sect2>