Ignore:
Timestamp:
01/27/2005 01:41:14 AM (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.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:
48ecffe8
Parents:
2a7340c2
Message:

Added download location and build entities to Shadow instructions; misc Chapter 4 clean-up

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/linux_pam.xml

    r2a7340c2 r17fb537e  
    5353dependencies</title>
    5454<sect4><title>Optional</title>
    55 <para><xref linkend="cracklib"/> and sgmltools-lite
    56 (<ulink url="http://sourceforge.net/projects/sgmltools-lite/"/>)
     55<para><xref linkend="cracklib"/> and <ulink
     56url="http://sourceforge.net/projects/sgmltools-lite/">sgmltools-lite</ulink>
    5757</para></sect4>
    5858</sect3>
     
    7171./configure --enable-static-libpam --with-mailspool=/var/mail \
    7272    --enable-read-both-confs --sysconfdir=/etc &amp;&amp;
    73 make &amp;&amp;
    74 make install &amp;&amp;
     73make</command></userinput></screen>
     74
     75<para>Now, as the root user:</para>
     76
     77<screen><userinput role='root'><command>make install &amp;&amp;
    7578mv /lib/libpam.a /lib/libpam_misc.a /lib/libpamc.a /usr/lib &amp;&amp;
    7679ln -sf ../../lib/libpam.so.&Linux_PAM-version; /usr/lib/libpam.so &amp;&amp;
     
    153156for a list of various modules available.</para>
    154157
     158<note><para>You should now reinstall the <xref linkend="shadow"/>
     159package.</para></note>
    155160</sect3>
    156161
     
    159164<sect2>
    160165<title>Contents</title>
    161 
    162166
    163167<segmentedlist>
    164168<segtitle>Installed Program</segtitle>
    165169<segtitle>Installed Libraries</segtitle>
    166 <segtitle>Installed Directory</segtitle>
     170<segtitle>Installed Directories</segtitle>
    167171<seglistitem>
    168172<seg>unix_chkpwd and pam_tally</seg>
    169 <seg>libpam.so, libpamc.so and libpma_misc.so</seg>
    170 <seg>/lib/security</seg>
     173<seg>libpam.so, libpamc.so and libpam_misc.so</seg>
     174<seg>/etc/pam.d and /lib/security</seg>
    171175</seglistitem>
    172176</segmentedlist>
     
    187191<varlistentry id="libpam">
    188192<term><filename class='libraryfile'>libpam.so</filename></term>
    189 <listitem><para> provide the interfaces between applications and the <acronym>PAM</acronym> modules.</para>
     193<listitem><para> provide the interfaces between applications and the
     194<acronym>PAM</acronym> modules.</para>
    190195<indexterm zone="Linux_PAM libpam">
    191196<primary sortas="c-libpam">libpam.so</primary></indexterm>
Note: See TracChangeset for help on using the changeset viewer.