diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/shadow.xml | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6a4237d7b..181ee275d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ <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 the list of programs installed by kbd. Thanks to Chris Staub for the diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 33d46289f..6d57ec694 100644 --- a/chapter06/shadow.xml +++ b/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"> |