aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/shadowpwd-inst.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/shadowpwd-inst.sgml')
-rw-r--r--chapter06/shadowpwd-inst.sgml22
1 files changed, 22 insertions, 0 deletions
diff --git a/chapter06/shadowpwd-inst.sgml b/chapter06/shadowpwd-inst.sgml
new file mode 100644
index 000000000..60650a5dd
--- /dev/null
+++ b/chapter06/shadowpwd-inst.sgml
@@ -0,0 +1,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>
+