mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
666f6de69c
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1275 af4574ff-66df-0310-9fd7-8a98e5e911e0
32 lines
797 B
XML
32 lines
797 B
XML
<sect1 id="shadow">
|
|
<?dbhtml filename="shadow.html" dir="postlfs"?>
|
|
<title>Shadow-4.0.3</title>
|
|
|
|
<!--
|
|
<sect2>
|
|
<title>Configuring shadow</title>
|
|
|
|
<para>Shadow's Configuration File</para>
|
|
|
|
<para><userinput>/etc/login.defs</userinput></para>
|
|
|
|
<para>Enabling <acronym>MD</acronym>5 Passwords</para>
|
|
|
|
<para>To enable <acronym>MD</acronym>5 Passwords, modify the line in the
|
|
<filename>login.defs</filename> file that reads:
|
|
<screen><userinput>#MD5_CRYPT_ENAB no</userinput></screen>
|
|
to read:
|
|
<screen><userinput>MD5_CRYPT_ENAB yes</userinput></screen>
|
|
Passwords created after this change will be encrypted using
|
|
<acronym>MD</acronym>5 (Message-Digest Algorithm) instead of using
|
|
<acronym>DES</acronym> encryption.
|
|
</para>
|
|
</sect2>
|
|
-->
|
|
&shadow-intro;
|
|
&shadow-inst;
|
|
&shadow-exp;
|
|
&shadow-config;
|
|
|
|
</sect1>
|