Changeset 419dd50 for postlfs/security


Ignore:
Timestamp:
09/27/2003 02:37:14 AM (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:
4e0d045
Parents:
64b92847
Message:

shadow/pam patches

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

Location:
postlfs/security
Files:
5 edited

Legend:

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

    r64b92847 r419dd50  
    66running the following commands:</para>
    77
    8 <screen><userinput><command>./configure --enable-static-libpam --with-mailspool=/var/mail \
     8<screen><userinput><command>patch -Np1 -i ../Linux-PAM-0.77-linkage-1.patch &amp;&amp;
     9./configure --enable-static-libpam --with-mailspool=/var/mail \
    910--enable-read-both-confs --sysconfdir=/etc &amp;&amp;
    1011make &amp;&amp;
  • postlfs/security/pam/linux_pam-intro.xml

    r64b92847 r419dd50  
    2020</sect3>
    2121
     22<sect3><title>Additional download</title>
     23<itemizedlist spacing='compact'>
     24<listitem><para>Required patch:
     25<ulink url="&patch-root;/Linux-PAM-0.77-linkage-1.patch"/></para></listitem></itemizedlist>
     26</sect3>
     27
     28
    2229<sect3><title><application>Linux-<acronym>PAM</acronym></application>
    2330dependencies</title>
  • postlfs/security/security.xml

    r64b92847 r419dd50  
    44
    55<para>Security takes many forms in a computing environment. This chapter
    6 gives examples of three different types of security; access, prevention
     6gives examples of three different types of security: access, prevention
    77and detection.</para>
    88
     
    1515
    1616<para>Prevention of breaches, like a trojan, are assisted by applications like
    17 <application>gnupg</application>, specifically the ability to confirm signed
     17<application>GnuPG</application>, specifically the ability to confirm signed
    1818packages, which prevents modification of the tarball after the packager creates
    1919it.</para>
  • postlfs/security/shadow.xml

    r64b92847 r419dd50  
    11<sect1 id="shadow">
    22<?dbhtml filename="shadow.html" dir="postlfs"?>
     3<title>Shadow-4.0.3</title>
     4
     5<sect2>
    36<title>Configuring shadow</title>
    47
     
    912<para>Enabling MD5 Passwords</para>
    1013
    11 <para>To enable MD5 Passwords, modify the line in the login.defs file
    12 that reads:
     14<para>To enable MD5 Passwords, modify the line in the
     15<filename>login.defs</filename> file that reads:
    1316<screen><userinput>#MD5_CRYPT_ENAB no</userinput></screen>
    1417to read:
    1518<screen><userinput>MD5_CRYPT_ENAB yes</userinput></screen>
    1619Passwords created after this change will be encrypted using MD5
    17 instead of using DES encryption.</para>
     20(Message-Degest Algroithm) instead of using <acronym>DES</acronym> encryption.
     21</para>
     22</sect2>
    1823
    1924&shadow-inst;
  • postlfs/security/shadow/shadow-inst.xml

    r64b92847 r419dd50  
    1616<para>Reinstall shadow by running the following commands:</para>
    1717
    18 <screen><userinput><command>patch -Np1 -i ../shadow-4.0.3-pamfix-1.patch &amp;&amp;
    19 LDFLAGS="-lpam -lpam_misc" ./configure --prefix=/usr --libdir=/usr/lib \
     18<screen><userinput><command>patch -Np1 -i ../shadow-4.0.3-pam-2.patch &amp;&amp;
     19./configure --prefix=/usr --libdir=/usr/lib \
    2020--enable-shared --with-libpam &amp;&amp;
    2121make &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.