Ignore:
Timestamp:
Feb 21, 2006, 2:29:51 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
da1d069
Parents:
5c8aba6
Message:

r1175@server (orig r1173): chris | 2006-02-12 21:30:40 -0800
Updated testsuite info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/shadow.xml

    r5c8aba6 rd1631d1  
    8383<screen os="i"><userinput>make</userinput></screen>
    8484
    85     <para os="j">Install the package:</para>
    86 
    87 <screen os="k"><userinput>make install</userinput></screen>
    88 
    89     <para id="shadow-limits-login_access" os="l">Shadow uses two files to configure
     85    <para os="j">This package does not come with a test suite.</para>
     86
     87    <para os="k">Install the package:</para>
     88
     89<screen os="l"><userinput>make install</userinput></screen>
     90
     91    <para id="shadow-limits-login_access" os="m">Shadow uses two files to configure
    9092    authentication settings for the system. Install these two configuration
    9193    files:</para>
    9294
    93     <indexterm zone="shadow-limits-login_access" os="m">
     95    <indexterm zone="shadow-limits-login_access" os="n">
    9496      <primary sortas="e-/etc/limits">/etc/limits</primary>
    9597    </indexterm>
    9698
    97     <indexterm zone="shadow-limits-login_access" os="n">
     99    <indexterm zone="shadow-limits-login_access" os="o">
    98100      <primary sortas="e-/etc/login.access">/etc/login.access</primary>
    99101    </indexterm>
    100102
    101 <screen os="o"><userinput>cp -v etc/{limits,login.access} /etc</userinput></screen>
    102 
    103     <para id="shadow-login_defs" os="p">Instead of using the default
     103<screen os="p"><userinput>cp -v etc/{limits,login.access} /etc</userinput></screen>
     104
     105    <para id="shadow-login_defs" os="q">Instead of using the default
    104106    <emphasis>crypt</emphasis> method, use the more secure
    105107    <emphasis>MD5</emphasis> method of password encryption, which also allows
     
    111113    while copying it to its destination:</para>
    112114
    113     <indexterm zone="shadow-login_defs" os="q">
     115    <indexterm zone="shadow-login_defs" os="r">
    114116      <primary sortas="e-/etc/login.defs">/etc/login.defs</primary>
    115117    </indexterm>
    116118
    117     <note os="r">
     119    <note os="s">
    118120      <para>If you built Shadow with Cracklib support, insert the following into
    119121      the <command>sed</command> given below:</para>
     
    122124    </note>
    123125
    124 <screen os="s"><userinput>sed -e's@#MD5_CRYPT_ENAB.no@MD5_CRYPT_ENAB yes@' \
     126<screen os="t"><userinput>sed -e's@#MD5_CRYPT_ENAB.no@MD5_CRYPT_ENAB yes@' \
    125127    -e 's@/var/spool/mail@/var/mail@' \
    126128    etc/login.defs &gt; /etc/login.defs</userinput></screen>
    127129
    128     <para os="t">Move a misplaced program to its proper location:</para>
    129 
    130 <screen os="u"><userinput>mv -v /usr/bin/passwd /bin</userinput></screen>
    131 
    132     <para os="v">Move Shadow's dynamic libraries to a more appropriate
     130    <para os="u">Move a misplaced program to its proper location:</para>
     131
     132<screen os="v"><userinput>mv -v /usr/bin/passwd /bin</userinput></screen>
     133
     134    <para os="w">Move Shadow's dynamic libraries to a more appropriate
    133135    location:</para>
    134136
    135 <screen os="w"><userinput>mv -v /lib/libshadow.*a /usr/lib
     137<screen os="x"><userinput>mv -v /lib/libshadow.*a /usr/lib
    136138rm -v /lib/libshadow.so
    137139ln -svf ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen>
    138140
    139     <para os="x">The <option>-D</option> option of the <command>useradd</command>
     141    <para os="y">The <option>-D</option> option of the <command>useradd</command>
    140142    program requires the <filename class="directory">/etc/default</filename>
    141143    directory for it to work properly:</para>
    142144
    143 <screen os="y"><userinput>install -dv /etc/default</userinput></screen>
     145<screen os="z"><userinput>install -dv /etc/default</userinput></screen>
    144146
    145147  </sect2>
Note: See TracChangeset for help on using the changeset viewer.