mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 21:12:12 +08:00
96e3995227
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@443 af4574ff-66df-0310-9fd7-8a98e5e911e0
17 lines
464 B
XML
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 &&
|
|
make &&
|
|
make install &&
|
|
rm /bin/vipw &&
|
|
rm /bin/sg &&
|
|
mv /lib/{libmisc.*a,libshadow.*a} /usr/lib &&
|
|
cp debian/securetty /etc/securetty</userinput></screen></para>
|
|
|
|
|
|
</sect2>
|
|
|