aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/config-shadowpwd.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/config-shadowpwd.xml')
-rw-r--r--chapter06/config-shadowpwd.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/chapter06/config-shadowpwd.xml b/chapter06/config-shadowpwd.xml
index 2afaa04d6..6949f08a2 100644
--- a/chapter06/config-shadowpwd.xml
+++ b/chapter06/config-shadowpwd.xml
@@ -2,10 +2,10 @@
<para>
This package contains the utilities to modify user's passwords, add new
-users/groups, delete users/groups and more. I'm not going to explain
+users/groups, delete users/groups and more. We're not going to explain
what 'password shadowing' means. All about that can be read in the doc/HOWTO
file within the unpacked shadow password suite's source tree. There's one
-thing a user should keep in mind, if he decides to use shadow support, that
+thing you should keep in mind, if you decide to use shadow support, that
programs that need to verify passwords (examples are xdm, ftp daemons,
pop3 daemons, etc) need to be 'shadow-compliant', eg. they need to
be able to work with shadow'ed passwords.
@@ -18,17 +18,16 @@ shadow password suite does not enable shadow'ed passwords.
<para>
Now is a very good moment to read chapter 5 of the doc/HOWTO file. It
-describes
-how to enable shadow'ed passwords, how to test whether shadowing
-works and if not, how to disable it again.
+describes how to enable shadow'ed passwords, how to test whether
+shadowing works and if not, how to disable it again.
</para>
<para>
The documentation mentions something about the creation of npasswd and
nshadow after pwconv is run. This is an error in the documentation.
Those two files will not be created. After pwconv is run, /etc/passwd
-will no longer contain the passwords and /etc/shadow will. A user doesn't
-need to rename the npasswd and nshadow files himself.
+will no longer contain the passwords and /etc/shadow will. You don't
+need to rename the npasswd and nshadow files yourself.
</para>
</sect2>