2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Shadow Password Suite</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Install the Shadow Password Suite by running the following commands:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<blockquote><literallayout>
|
|
|
|
|
2001-04-14 04:22:44 +01:00
|
|
|
<userinput>patch -Np1 -i ../shadow-20001016.patch &&</userinput>
|
2001-01-24 00:31:17 +00:00
|
|
|
<userinput>./configure --prefix=/usr &&</userinput>
|
|
|
|
<userinput>make &&</userinput>
|
|
|
|
<userinput>make install &&</userinput>
|
|
|
|
<userinput>cd etc &&</userinput>
|
2001-04-03 09:41:42 +01:00
|
|
|
<userinput>cp limits login.access login.defs.linux /etc
|
|
|
|
&&</userinput>
|
2001-01-24 00:31:17 +00:00
|
|
|
<userinput>mv /etc/login.defs.linux /etc/login.defs</userinput>
|
|
|
|
|
|
|
|
</literallayout></blockquote>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|