Browse Source

Remove an outdated comment about having to reset passwords if enabling password shadowing.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7638 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 19 years ago
parent
commit
ef9aabcec7
2 changed files with 5 additions and 6 deletions
  1. 5 0
      chapter01/changelog.xml
  2. 0 6
      chapter06/shadow.xml

+ 5 - 0
chapter01/changelog.xml

@@ -39,6 +39,11 @@
     <listitem>
       <para>May 30, 2006</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] - Removed an out of date comment regarding having to
+          run <command>pwconv</command> to reset passwords after enabling
+          password shadowing.  Thanks to Chris Staub for the report.</para>
+        </listitem>
         <listitem>
           <para>[matthew] - Removed <command>getunimap</command>,
           <command>setlogons</command> and <command>setvesablank</command> from

+ 0 - 6
chapter06/shadow.xml

@@ -180,12 +180,6 @@ ln -sfv ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen>
 
 <screen><userinput>grpconv</userinput></screen>
 
-    <para>Under normal circumstances, passwords will not have been created
-    yet. However, if returning to this section later to enable shadowing,
-    reset any current user passwords with the <command>passwd</command>
-    command or any group passwords with the <command>gpasswd</command>
-    command.</para>
-
   </sect2>
 
   <sect2 role="configuration">