Changeset 974951c


Ignore:
Timestamp:
07/26/2005 07:30:56 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:
0bc6cf76
Parents:
a0d91227
Message:

Fixed typos in the Shadow instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/shadow.xml

    ra0d91227 r974951c  
    140140
    141141      <sect4>
    142         <title>'login' (with Cracklib)</title>
     142        <title>'login' (with CrackLib)</title>
    143143
    144144<screen role="root"><userinput>cat &gt; /etc/pam.d/login &lt;&lt; "EOF"
     
    167167
    168168      <sect4>
    169         <title>'login' (without Cracklib)</title>
     169        <title>'login' (without CrackLib)</title>
    170170
    171171<screen role="root"><userinput>cat &gt; /etc/pam.d/login &lt;&lt; "EOF"
     
    191191
    192192      <sect4>
    193         <title>'passwd' (with Cracklib)</title>
     193        <title>'passwd' (with CrackLib)</title>
    194194
    195195<screen role="root"><userinput>cat &gt; /etc/pam.d/passwd &lt;&lt; "EOF"
     
    207207
    208208      <sect4>
    209         <title>'passwd' (without Cracklib)</title>
     209        <title>'passwd' (without CrackLib)</title>
    210210
    211211<screen role="root"><userinput>cat &gt; /etc/pam.d/passwd &lt;&lt; "EOF"
     
    267267          <para>At this point, you should do a simple test to see if
    268268          <application>Shadow</application> is working as expected. Open
    269           another term and login as a user, then su to <systemitem
    270           class="username">root</systemitem>. If you do not see any errors,
    271           then all is well and you should proceed with the rest of the
     269          another term and log in as a user, then <command>su</command> to
     270          <systemitem class="username">root</systemitem>. If you do not see any
     271          errors, then all is well and you should proceed with the rest of the
    272272          configuration. If you did receive errors, stop now and double check
    273           the above configuration files manually.  If you cannot find, and
     273          the above configuration files manually.  If you cannot find and
    274274          fix the error, you should recompile <application>Shadow</application>
    275275          replacing <option>--with-libpam</option> with
     
    373373done</userinput></screen>
    374374
    375         <para>If you have <application>cracklib</application> installed,
     375        <para>If you have <application>CrackLib</application> installed,
    376376        also comment out four more lines using the following command:</para>
    377377
Note: See TracChangeset for help on using the changeset viewer.