|
@@ -74,6 +74,11 @@ file while copying it to its destination:</para>
|
|
|
|
|
|
<indexterm zone="shadow-login_defs"><primary sortas="e-/etc/login.defs">/etc/login.defs</primary></indexterm>
|
|
|
|
|
|
+<note><para>If you built Shadow with Cracklib support, insert the following into
|
|
|
+the <command>sed</command> given below:</para>
|
|
|
+<para><literal>-e 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@'</literal>
|
|
|
+</para></note>
|
|
|
+
|
|
|
<screen><userinput>sed -e's@#MD5_CRYPT_ENAB.no@MD5_CRYPT_ENAB yes@' \
|
|
|
-e 's@/var/spool/mail@/var/mail@' \
|
|
|
etc/login.defs.linux > /etc/login.defs</userinput></screen>
|