Ignore:
Timestamp:
05/30/2005 09:58:46 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fb3dd289
Parents:
99b1c520
Message:

Removed excess spaces from the ends of lines in the source files

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4524 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cracklib.xml

    r99b1c520 r0afcfa88  
    3333    <title>Introduction to Cracklib</title>
    3434
    35     <para>The <application>cracklib</application> package contains a 
    36     library used to enforce strong passwords by comparing user selected 
     35    <para>The <application>cracklib</application> package contains a
     36    library used to enforce strong passwords by comparing user selected
    3737    passwords to words in a chosen wordlist.</para>
    3838
     
    7474    </itemizedlist>
    7575
    76     <para>You will also need to download a wordlist for use with 
    77     <application>cracklib</application>. There are two wordlists 
    78     to choose from at the following location.  Use the 
    79     <filename>cracklib</filename> word list for good security, or 
    80     opt for the <filename>allwords</filename> word list for 
    81     lightweight machines short on RAM. You can of course choose 
     76    <para>You will also need to download a wordlist for use with
     77    <application>cracklib</application>. There are two wordlists
     78    to choose from at the following location.  Use the
     79    <filename>cracklib</filename> word list for good security, or
     80    opt for the <filename>allwords</filename> word list for
     81    lightweight machines short on RAM. You can of course choose
    8282    any other word list that you have at your disposal.</para>
    8383
    8484    <itemizedlist spacing='compact'>
    8585      <listitem>
    86         <para>cracklib (&crackdict-size;) at <ulink 
     86        <para>cracklib (&crackdict-size;) at <ulink
    8787        url="http://www.cotse.com/tools/wordlists.htm"/></para>
    8888      </listitem>
    8989      <listitem>
    90         <para>allwords (&alldict-size;) at <ulink 
     90        <para>allwords (&alldict-size;) at <ulink
    9191        url="http://www.cotse.com/tools/wordlists.htm"/></para>
    9292      </listitem>
     
    9999
    100100    <para>First, as the <systemitem class="username">root</systemitem>
    101     user, install the chosen word list for 
     101    user, install the chosen word list for
    102102    <application>cracklib</application>:</para>
    103103
     
    108108
    109109    <para>The wordlist is linked to <filename>/usr/share/dict/words</filename>
    110     as historically, <filename>words</filename> is the primary wordlist in the 
    111     <filename class="directory">/usr/share/dict</filename> directory. 
    112     Additionally, the value of <command>hostname</command> is echoed to a file 
    113     called <filename>extra.words</filename>. This extra file is intended to be 
    114     a site specific list which includes easy to guess passwords such as company 
    115     or department names, user's names, product names, computer names, domain 
     110    as historically, <filename>words</filename> is the primary wordlist in the
     111    <filename class="directory">/usr/share/dict</filename> directory.
     112    Additionally, the value of <command>hostname</command> is echoed to a file
     113    called <filename>extra.words</filename>. This extra file is intended to be
     114    a site specific list which includes easy to guess passwords such as company
     115    or department names, user's names, product names, computer names, domain
    116116    names, etc.</para>
    117117
     
    138138    <title>Command Explanations</title>
    139139
    140     <para><command>rm -v /lib/libcrack.so; ln -v -sf ... 
    141     /usr/lib/libcrack.so</command>: These two commands move the 
     140    <para><command>rm -v /lib/libcrack.so; ln -v -sf ...
     141    /usr/lib/libcrack.so</command>: These two commands move the
    142142    <filename class='symlink'>libcrack.so</filename>
    143     symlink from <filename class='directory'>/lib</filename> to 
     143    symlink from <filename class='directory'>/lib</filename> to
    144144    <filename class='directory'>/usr/lib</filename>.</para>
    145145
     
    169169        <term><filename class='libraryfile'>libcrack.so</filename></term>
    170170        <listitem>
    171           <para>provide a fast dictionary lookup method for strong 
     171          <para>provide a fast dictionary lookup method for strong
    172172          password enforcement.</para>
    173173          <indexterm zone="cracklib libcrack">
Note: See TracChangeset for help on using the changeset viewer.