mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Updated to Linux-PAM-0.99.4.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6029 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
4f38d777f4
commit
1ad238d810
@ -1,4 +1,4 @@
|
||||
<!ENTITY day "08"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "09"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "05"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2006">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
@ -52,7 +52,7 @@
|
||||
<!-- End special note about Heimdal -->
|
||||
|
||||
<!ENTITY cracklib-version "2.8.9">
|
||||
<!ENTITY linux-pam-version "0.99.3.0">
|
||||
<!ENTITY linux-pam-version "0.99.4.0">
|
||||
<!ENTITY shadow-version "4.0.15">
|
||||
<!ENTITY iptables-version "1.3.5">
|
||||
<!ENTITY gnupg-version "1.4.3">
|
||||
|
@ -41,6 +41,15 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>May 9th, 2006</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to Linux-PAM-0.99.4.0.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>May 8th, 2006</para>
|
||||
<itemizedlist>
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY linux-pam-download-http "http://www.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-&linux-pam-version;.tar.bz2">
|
||||
<!ENTITY linux-pam-download-ftp "ftp://ftp.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-&linux-pam-version;.tar.bz2">
|
||||
<!ENTITY linux-pam-md5sum "aabed0543f57dc3e4eebbb0779daf898">
|
||||
<!ENTITY linux-pam-size "728 KB">
|
||||
<!ENTITY linux-pam-buildsize "17.8 MB">
|
||||
<!ENTITY linux-pam-md5sum "267ea71253615342261f9fc486d06647">
|
||||
<!ENTITY linux-pam-size "783 KB">
|
||||
<!ENTITY linux-pam-buildsize "19.8 MB">
|
||||
<!ENTITY linux-pam-time "0.5 SBU">
|
||||
<!ENTITY linux-pam-docs-download "http://www.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-&linux-pam-version;-docs.tar.bz2">
|
||||
]>
|
||||
@ -108,14 +108,27 @@
|
||||
--enable-read-both-confs &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
<para>The test suite will not provide meaningful results until the package
|
||||
has been installed and configured. If, after installing the package and
|
||||
creating a minimum configuration as shown below in the 'other' example,
|
||||
you wish to run the tests, issue <command>make check</command>.</para>
|
||||
|
||||
<tip>
|
||||
<para>Don't delete the <application>Linux-PAM</application> source tree
|
||||
until after you reinstall the <application>Shadow</application> package.
|
||||
The reinstallation of the Shadow package includes much more stringent
|
||||
security for the PAM configuration, and you can run the
|
||||
<application>Linux-PAM</application> test suite after completing the
|
||||
<application>Shadow</application> instructions to test the new setup. All
|
||||
the tests should pass.</para>
|
||||
</tip>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install &&
|
||||
mv -v /lib/security/pam_tally /sbin &&
|
||||
mv -v /usr/lib/libpam*.so.0* /lib &&
|
||||
ln -v -sf ../../lib/libpam.so.0.81.2 /usr/lib/libpam.so &&
|
||||
ln -v -sf ../../lib/libpam.so.0.81.3 /usr/lib/libpam.so &&
|
||||
ln -v -sf ../../lib/libpamc.so.0.81.0 /usr/lib/libpamc.so &&
|
||||
ln -v -sf ../../lib/libpam_misc.so.0.81.2 /usr/lib/libpam_misc.so</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user