From ef9aabcec74a20d1806eb67d5a162dc37e97e022 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 30 May 2006 20:03:54 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 5 +++++ 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 @@ -39,6 +39,11 @@ May 30, 2006 + + [matthew] - Removed an out of date comment regarding having to + run pwconv to reset passwords after enabling + password shadowing. Thanks to Chris Staub for the report. + [matthew] - Removed getunimap, setlogons and setvesablank from 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 grpconv - 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 passwd - command or any group passwords with the gpasswd - command. -