Changeset 8f9c9862 for postlfs


Ignore:
Timestamp:
11/28/2004 10:11:01 AM (19 years ago)
Author:
DJ Lucas <dj@…>
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:
90631d03
Parents:
1c2cfae1
Message:

Updated to Linux-PAM-0.78 and added testing note to shadow instructions

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

Location:
postlfs/security
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/linux_pam.xml

    r1c2cfae1 r8f9c9862  
    77  <!ENTITY Linux_PAM-download-http "http://www.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-&Linux_PAM-version;.tar.bz2">
    88  <!ENTITY Linux_PAM-download-ftp "ftp://ftp.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-&Linux_PAM-version;.tar.bz2">
    9   <!ENTITY Linux_PAM-size      "332 KB">
     9  <!ENTITY Linux_PAM-size      "364 KB">
    1010  <!ENTITY Linux_PAM-buildsize "6.1 MB">
    1111  <!ENTITY Linux_PAM-time      "0.07 SBU">
     
    4444<itemizedlist spacing='compact'>
    4545<listitem><para>Required Patch: <ulink
    46 url="&patch-root;/Linux-PAM-&Linux_PAM-version;-linkage-3.patch"/></para>
     46url="&patch-root;/Linux-PAM-&Linux_PAM-version;-linkage-1.patch"/></para>
    4747</listitem></itemizedlist>
    4848</sect3>
     
    6565running the following commands:</para>
    6666
    67 <screen><userinput><command>patch -Np1 -i ../Linux-PAM-&Linux_PAM-version;-linkage-3.patch &amp;&amp;
     67<screen><userinput><command>patch -Np1 -i ../Linux-PAM-&Linux_PAM-version;-linkage-1.patch &amp;&amp;
    6868autoconf &amp;&amp;
    6969./configure --enable-static-libpam --with-mailspool=/var/mail \
  • postlfs/security/shadow.xml

    r1c2cfae1 r8f9c9862  
    203203<command>EOF</command></userinput></screen>
    204204
     205<note><para>At this point, you should do a simple test to see if
     206<application>Shadow</application> is
     207working as expected.  Open another term and login as a user, then su to
     208to root.  If you do not see any errors, then all is well and you should
     209proceed with the rest of the configuration.  If you did
     210receive errors, stop now and double check the above configuration files
     211manually.  If you cannot find, and fix the error, you should recopile
     212shadow replacing <envar>--with-libpam</envar> with
     213<envar>--without-libpam</envar> in the above
     214instructions.  If you fail to do this and the errors remain, you
     215will be unable to log into your system.</para></note>
     216
    205217<para>Currently, <filename>/etc/pam.d/other</filename> is configured to
    206218allow anyone with an account on the machine to use programs
Note: See TracChangeset for help on using the changeset viewer.