mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
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>
|
||
|
|