glfs/postlfs/security/pam/linux_pam-exp.xml

17 lines
658 B
XML
Raw Normal View History

<sect2>
<title>Command explanations</title>
<para><userinput>--enable-static-libpam</userinput> : This switch builds static PAM libraries as well as the dynamic libraries.</para>
<para><userinput>--with-mailspool=/var/mail</userinput> : This switch makes the mailspool directory FHS compliant.</para>
<para><userinput>--enable-read-both-confs</userinput> : This switch lets the local administrator choose which configuration file setup to
use.</para>
<para><userinput>mv /lib/libpam.a /lib/libpam_misc.a /lib/libpamc.a
/usr/lib</userinput> : This command moves the static libraries to
<filename>/usr/lib</filename> to comply with FHS.</para>
</sect2>