aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter06/shadow.xml5
-rw-r--r--general.ent4
2 files changed, 7 insertions, 2 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 &gt; /etc/login.defs</userinput></screen>
diff --git a/general.ent b/general.ent
index caf3a753d..3485d38ea 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20050807">
-<!ENTITY releasedate "August 7, 2005">
+<!ENTITY version "SVN-20050808">
+<!ENTITY releasedate "August 8, 2005">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->