glfs/postlfs/security/shadow/shadow-inst.xml
Larry Lawrence 96e3995227 added recompile of shadow to utilize PAM
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@443 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-12-07 15:24:45 +00:00

17 lines
464 B
XML

<sect2>
<title>Reinstallation of shadow to utilize PAM</title>
<para>Reinstall shadow by running the following commands:</para>
<para><screen><userinput>LDFLAGS="-lpam -lpam_misc" ./configure --prefix=/usr --enable-shared --with-libpam &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
rm /bin/vipw &amp;&amp;
rm /bin/sg &amp;&amp;
mv /lib/{libmisc.*a,libshadow.*a} /usr/lib &amp;&amp;
cp debian/securetty /etc/securetty</userinput></screen></para>
</sect2>