mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-08-03 10:05:31 +01:00
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
This commit is contained in:
parent
a75f3f8afe
commit
d96d594f12
@ -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>
|
<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@' \
|
<screen><userinput>sed -e's@#MD5_CRYPT_ENAB.no@MD5_CRYPT_ENAB yes@' \
|
||||||
-e 's@/var/spool/mail@/var/mail@' \
|
-e 's@/var/spool/mail@/var/mail@' \
|
||||||
etc/login.defs.linux > /etc/login.defs</userinput></screen>
|
etc/login.defs.linux > /etc/login.defs</userinput></screen>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20050807">
|
<!ENTITY version "SVN-20050808">
|
||||||
<!ENTITY releasedate "August 7, 2005">
|
<!ENTITY releasedate "August 8, 2005">
|
||||||
<!ENTITY milestone "6.2">
|
<!ENTITY milestone "6.2">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user