Changeset 4e34ccf


Ignore:
Timestamp:
May 22, 2006, 1:21:22 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
1b9652e
Parents:
8444553
Message:

r3584@server: jim | 2006-05-22 01:19:01 -0700
Fixed a issues with cracklib and shadow builds. Many times reported in IRC and support lists.

File:
1 edited

Legend:

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

    r8444553 r4e34ccf  
    108108    </indexterm>
    109109
    110     <note os="s">
     110<screen os="s"><userinput>sed -e's@#MD5_CRYPT_ENAB.no@MD5_CRYPT_ENAB yes@' \
     111    -e 's@/var/spool/mail@/var/mail@' \
     112    etc/login.defs &gt; /etc/login.defs</userinput></screen>
     113
     114    <note os="t">
    111115      <para>If you built Shadow with Cracklib support, insert the following into
    112116      the <command>sed</command> given below:</para>
    113117
    114 <screen><literal>-e 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@'</literal></screen>
     118<screen><literal>sed -i 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' /etc/login.defs</literal></screen>
    115119    </note>
    116 
    117 <screen os="t"><userinput>sed -e's@#MD5_CRYPT_ENAB.no@MD5_CRYPT_ENAB yes@' \
    118     -e 's@/var/spool/mail@/var/mail@' \
    119     etc/login.defs &gt; /etc/login.defs</userinput></screen>
    120120
    121121    <para os="u">Move a misplaced program to its proper location:</para>
Note: See TracChangeset for help on using the changeset viewer.