Changeset 96e3995


Ignore:
Timestamp:
12/07/2002 03:24:45 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
abf629c7
Parents:
bb8a3ad
Message:

added recompile of shadow to utilize PAM

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

Files:
4 added
5 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rbb8a3ad r96e3995  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>December 6th, 2002 [larry]: Postlfs: Add sections to
     14shadow to utilize PAM.</para></listitem>
    1215
    1316<listitem><para>December 5th, 2002 [larry]: Postlfs: Updated to
  • introduction/welcome/credits.xml

    rbb8a3ad r96e3995  
    8888libvorbis, libwnck, libxml2, libxslt, libzvt, linc, Lunux_PAM, MPlayer, mutt, nautilus, oaf,
    8989OpenSSH, ORBit, ORBit2, pan, Pango, pccts, pcre, pkgconfig, postfix,
    90 procmail, Python, QT, rep-gtk, ruby, sawfish, scrollkeeper, unzip,
     90procmail, Python, QT, rep-gtk, ruby, sawfish, scrollkeeper, shadow, unzip,
    9191vorbis-tools, wget, XFce, xine, yelp and zip: <emphasis>Larry Lawrence</emphasis></para></listitem>
    9292
     
    173173his comments on that section.</para></listitem>
    174174
     175<listitem><para><emphasis>Ted Riley</emphasis> for writing the Linxu-PAM
     176+ CrackLib + Shadow hint on which reinstalling shadow to use PAM is
     177based.</para></listitem>
     178
    175179</itemizedlist>
    176180</sect2>
  • postlfs/postlfs.ent

    rbb8a3ad r96e3995  
    1313<!-- Post-LFS Security -->
    1414<!ENTITY postlfs-security SYSTEM "security/security.xml">
    15 <!ENTITY postlfs-security-shadow SYSTEM "security/shadow.xml">
    1615<!ENTITY % iptables SYSTEM "security/iptables/iptables.ent">
    1716%iptables;
     
    2221<!ENTITY % Linux_PAM SYSTEM "security/pam/linux_pam.ent">
    2322%Linux_PAM;
     23<!ENTITY % shadow SYSTEM "security/shadow/shadow.ent">
     24%shadow;
    2425<!ENTITY postlfs-security-syslog SYSTEM "security/syslog.xml">
    2526
  • postlfs/security/security.xml

    rbb8a3ad r96e3995  
    33<title>Security</title>
    44
    5 &postlfs-security-shadow;
     5&shadow;
    66&iptables;
    77&postlfs-security-fw;
  • postlfs/security/shadow.xml

    rbb8a3ad r96e3995  
    1 <sect1 id="postlfs-security-shadow">
     1<sect1 id="shadow">
    22<?dbhtml filename="shadow.html" dir="postlfs"?>
    33<title>Configuring shadow</title>
     
    1818instead of using DES encryption.</para>
    1919
    20 
     20&shadow-inst;
     21&shadow-exp;
     22&shadow-config;
    2123
    2224</sect1>
Note: See TracChangeset for help on using the changeset viewer.