Changeset c442d19 for postlfs/security


Ignore:
Timestamp:
09/23/2003 04:38:50 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9a9a0fec
Parents:
d7c254a
Message:

finish courier

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

Location:
postlfs/security
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/pam/linux_pam-inst.xml

    rd7c254a rc442d19  
    66running the following commands:</para>
    77
    8 <para><screen><userinput><command>./configure --enable-static-libpam --with-mailspool=/var/mail \
     8<screen><userinput><command>./configure --enable-static-libpam --with-mailspool=/var/mail \
    99--enable-read-both-confs --sysconfdir=/etc &amp;&amp;
    1010make &amp;&amp;
     
    1313ln -sf ../../lib/libpam.so.&Linux_PAM-version; /usr/lib/libpam.so &amp;&amp;
    1414ln -sf ../../lib/libpam_misc.so.&Linux_PAM-version; /usr/lib/libpam_misc.so &amp;&amp;
    15 ln -sf ../../lib/libpamc.so.&Linux_PAM-version; /usr/lib/libpamc.so</command></userinput></screen></para>
     15ln -sf ../../lib/libpamc.so.&Linux_PAM-version; /usr/lib/libpamc.so</command></userinput></screen>
    1616
    1717
  • postlfs/security/shadow.xml

    rd7c254a rc442d19  
    1313<screen><userinput>#MD5_CRYPT_ENAB no</userinput></screen>
    1414to read:
    15 <screen><userinput>MD5_CRYPT_ENAB yes</userinput></screen></para>
    16 
    17 <para>Passwords created after this change will be encrypted using MD5
     15<screen><userinput>MD5_CRYPT_ENAB yes</userinput></screen>
     16Passwords created after this change will be encrypted using MD5
    1817instead of using DES encryption.</para>
    1918
  • postlfs/security/shadow/shadow-inst.xml

    rd7c254a rc442d19  
    33<application><acronym>PAM</acronym></application></title>
    44
    5 <screen>shadow requires:
    6 <xref linkend="Linux_PAM"/></screen>
     5<sect3><title><application>template</application> dependencies</title>
     6<sect4><title>Required</title>
     7<para><xref linkend="Linux_PAM"/></para></sect4>
     8</sect3>
     9</sect2>
     10
     11<sect2>
     12<title>Installation of <application>shadow</application></title>
    713
    814<para>Download the patch for shadow from <ulink url="&patch-root;"/>.</para>
     
    1016<para>Reinstall shadow by running the following commands:</para>
    1117
    12 <para><screen><userinput><command>patch -Np1 -i ../shadow-4.0.3-pamfix-1.patch &amp;&amp;
     18<screen><userinput><command>patch -Np1 -i ../shadow-4.0.3-pamfix-1.patch &amp;&amp;
    1319LDFLAGS="-lpam -lpam_misc" ./configure --prefix=/usr --libdir=/usr/lib \
    1420--enable-shared --with-libpam &amp;&amp;
     
    2127ln -sf ../../lib/libshadow.so.0 /usr/lib/libshadow.so &amp;&amp;
    2228ln -sf ../../lib/libmisc.so.0 /usr/lib/libmisc.so &amp;&amp;
    23 cp debian/securetty /etc/securetty</command></userinput></screen></para>
     29cp debian/securetty /etc/securetty</command></userinput></screen>
    2430
    2531
Note: See TracChangeset for help on using the changeset viewer.