diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-08-08 06:49:31 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-08-08 06:49:31 +0000 |
commit | d96d594f12991bdb7d583d603831b4ff3a50d679 (patch) | |
tree | f2e6ec903fc052d5128ee9b0aa37b2c6686153a9 /chapter06/shadow.xml | |
parent | a75f3f8afe5707758bee178de894fdb38ae0acfe (diff) |
Added a 2nd note to shadow to mention further command changes needed to support Cracklib.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6630 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r-- | chapter06/shadow.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 7c2a206ab..7252d7272 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -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> |