diff options
Diffstat (limited to 'chapter06/shadowpwd-inst.sgml')
-rw-r--r-- | chapter06/shadowpwd-inst.sgml | 22 |
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 &&</userinput> + <userinput>make &&</userinput> + <userinput>make install &&</userinput> + <userinput>cd etc &&</userinput> + <userinput>cp limits login.access \</userinput> + <userinput> login.defs.linux shells suauth + /etc &&</userinput> + <userinput>mv /etc/login.defs.linux /etc/login.defs</userinput> + +</literallayout></blockquote> + +</sect2> + |