Ignore:
Timestamp:
06/30/2004 09:20:29 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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:
e40cb61
Parents:
f3e295d5
Message:

Updated to iptables-1.2.11; added missing tags in various package instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/shadow.xml

    rf3e295d5 r2197589  
    3232-->
    3333
    34 
    3534<sect2>
    3635<title>Introduction to <application>Shadow</application></title>
     
    5655</sect2>
    5756
    58 
    59 <sect2>
    60 <title>Installation of <application>shadow</application></title>
    61 
    62 <para>Reinstall shadow by running the following commands:</para>
     57<sect2>
     58<title>Installation of <application>Shadow</application></title>
     59
     60<para>Reinstall <application>Shadow</application> by running the following
     61commands:</para>
    6362
    6463<screen><userinput><command>patch -Np1 -i ../shadow-&shadow-version;-pam-1.patch &amp;&amp;
     
    7776</sect2>
    7877
    79 
    8078<sect2>
    8179<title>Command explanations</title>
    8280
    83 <para><parameter>--without-libcrack</parameter>: This switch tells shadow
    84 not to use libcrack. This is desired as
    85 <application>Linux-<acronym>PAM</acronym></application> already
    86 contains libcrack.</para>
     81<para><parameter>--without-libcrack</parameter>: This switch tells
     82<application>Shadow</application> not to use
     83<filename class='libraryfile'>libcrack</filename>. This is desired as
     84<application>Linux-<acronym>PAM</acronym></application> already contains
     85<filename class='libraryfile'>libcrack</filename>.</para>
    8786
    8887<!--  Leftover from older instructions????
     
    9392</sect2>
    9493
    95 
    96 <sect2>
    97 <title>Configuring <application><acronym>PAM</acronym></application> to work
    98 with <application>shadow</application></title>
     94<sect2>
     95<title>Configuring <application>Linux-<acronym>PAM</acronym></application> to work
     96with <application>Shadow</application></title>
    9997
    10098<sect3><title>Config files</title>
     
    102100<filename>/etc/pam.d/passwd</filename>,
    103101<filename>/etc/pam.d/su</filename>,
    104 <filename>/etc/pam.d/shadow</filename>, and
    105 <filename>/etc/pam.d/useradd</filename></para>
     102<filename>/etc/pam.d/shadow</filename>,
     103<filename>/etc/pam.d/useradd</filename>, and
     104<filename>/etc/pam.d/chage</filename> &ndash;
     105alternatively, <filename>/etc/pam.conf</filename></para>
    106106</sect3>
    107107
    108108<sect3><title>Configuration Information</title>
    109109
    110 <para>Add the following <application><acronym>PAM</acronym></application>
    111 configuration files to <filename class="directory">/etc/pam.d</filename> (or add them to
    112 <filename>/etc/pam.conf</filename> with the additional field for the program).
    113 </para>
     110<para>Add the following <application>Linux-<acronym>PAM</acronym></application>
     111configuration files to <filename class="directory">/etc/pam.d/</filename> (or
     112add them to <filename>/etc/pam.conf</filename> with the additional field for
     113the program).</para>
     114
    114115<screen><userinput><command>cat &gt; /etc/pam.d/login &lt;&lt; "EOF"</command>
    115116# Begin /etc/pam.d/login
     
    183184allow anyone with an account on the machine to use programs
    184185that do not specifically have a configuration file of their own. After
    185 testing <application><acronym>PAM</acronym></application> for proper
     186testing <application>Linux-<acronym>PAM</acronym></application> for proper
    186187configuration, it can be changed to the following:</para>
    187188
Note: See TracChangeset for help on using the changeset viewer.