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
This commit is contained in:
Matthew Burgess 2006-05-30 20:03:54 +00:00
parent 8f4b4bf01f
commit ef9aabcec7
2 changed files with 5 additions and 6 deletions

View File

@ -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

View File

@ -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">