Ignore:
Timestamp:
Aug 26, 2012, 5:29:09 PM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
3b81ca0
Parents:
8518b40
Message:

Remove unneccessary russian man page commands and use SHA512 for encrypt method and edit configure command.

Location:
BOOK/final-system/common
Files:
1 deleted
1 edited

Legend:

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

    r8518b40 r51129d2  
    3434    </note>
    3535
    36     <para os="f1">Fix an issue with the Russian man pages:</para>
    37 
    38     <screen os="f2"><userinput>sed -i 's/man_MANS = $(man_nopam) /man_MANS = /' man/ru/Makefile.in</userinput></screen>
    39 
    4036    <para os="b">Prepare Shadow for compilation:</para>
    4137
    42 <screen os="c"><userinput>./configure --sysconfdir=/etc --without-nscd</userinput></screen>
     38<screen os="c"><userinput>./configure --sysconfdir=/etc</userinput></screen>
    4339
    4440<para os="d">The meaning of the configure options:</para>
     
    5248    </varlistentry>
    5349   
    54     <varlistentry>
    55       <term><parameter>--without-nscd</parameter></term>
    56       <listitem><para>Disabled support for NSCD prevents shadow from
    57         working on CLFS</para></listitem>
    58      </varlistentry>
    5950  </variablelist>
    6051
     
    7869    <para os="m" id="shadow-login_defs">Instead of using the default
    7970    <emphasis>crypt</emphasis> method, use the more secure
    80     <emphasis>MD5</emphasis> method of password encryption, which also allows
     71    <emphasis>SHA512</emphasis> method of password encryption, which also allows
    8172    passwords longer than 8 characters. It is also necessary to change the
    8273    obsolete <filename class="directory">/var/spool/mail</filename> location
     
    9182
    9283<screen os="s"><userinput>sed -i /etc/login.defs \
    93     -e 's@#\(ENCRYPT_METHOD \).*@\1MD5@' \
     84    -e 's@#\(ENCRYPT_METHOD \).*@\1SHA512@' \
    9485    -e 's@/var/spool/mail@/var/mail@'</userinput></screen>
    9586
Note: See TracChangeset for help on using the changeset viewer.