Ignore:
Timestamp:
09/29/2004 06:32:18 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
a75acee
Parents:
8f992bb5
Message:

Added three new entries to the Index.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4248 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/shadow.xml

    r8f992bb5 rb7e8981  
    5252<screen><userinput>make install</userinput></screen>
    5353
    54 <para>Shadow uses two files to configure authentication settings for the
    55 system. Install these two config files:</para>
     54<para id="shadow-limits-login_access">Shadow uses two files to configure
     55authentication settings for the system. Install these two config files:</para>
     56
     57<indexterm zone="shadow-limits-login_access"><primary sortas="e-/etc/limits">/etc/limit</primary></indexterm>
     58<indexterm zone="shadow-limits-login_access"><primary sortas="e-/etc/login.access">/etc/login.access</primary></indexterm>
    5659
    5760<screen><userinput>cp etc/{limits,login.access} /etc</userinput></screen>
    5861
    5962<beginpage/>
    60 <para>Instead of using the default <emphasis>crypt</emphasis> method,
     63<para id="shadow-login_defs">Instead of using the default <emphasis>crypt</emphasis> method,
    6164use the more secure <emphasis>MD5</emphasis> method of password
    6265encryption, which also allows passwords longer than 8 characters. It
     
    6770of these can be accomplished by changing the relevant configuration
    6871file while copying it to its destination:</para>
     72
     73<indexterm zone="shadow-login_defs"><primary sortas="e-/etc/login.defs">/etc/login.defs</primary></indexterm>
    6974
    7075<screen><userinput>cp etc/login.defs.linux /etc/login.defs
     
    261266<term><command>grpck</command></term>
    262267<listitem>
    263 <para>verifies the integrity of the group files <filename>/etc/group</filename>
     268<para>verifies the integrity of the group files <filename>/etc/group</filename>
     269and <filename>/etc/gshadow</filename>.</para>
    264270<indexterm zone="ch-system-shadow grpck"><primary sortas="b-grpck">grpck</primary></indexterm>
    265 and <filename>/etc/gshadow</filename>.</para>
    266271</listitem>
    267272</varlistentry>
Note: See TracChangeset for help on using the changeset viewer.