diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-06-03 11:27:19 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-06-03 11:27:19 +0000 |
commit | a2cd10ffbacbbb5f9f39e1340d071cea1f8303ee (patch) | |
tree | df3a0713ae4a913a41f3607a205cd9e53e6497b7 /chapter06/config-shadowpwd.xml | |
parent | f50aec70464ff15d6aacdae2af48a86f9c12221b (diff) |
applied Alex's commas.patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1960 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/config-shadowpwd.xml')
-rw-r--r-- | chapter06/config-shadowpwd.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/config-shadowpwd.xml b/chapter06/config-shadowpwd.xml index 6c9c3d876..4f0e84e61 100644 --- a/chapter06/config-shadowpwd.xml +++ b/chapter06/config-shadowpwd.xml @@ -1,12 +1,12 @@ <sect2><title>Configuring Shadow Password Suite</title> -<para>This package contains the utilities to modify user's passwords, add new -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 +<para>This package contains utilities to modify users's passwords, add +or delete users and groups, and the like. We're not going to explain +what 'password shadowing' means. A full explanation can be found in the doc/HOWTO file within the unpacked shadow password suite's source tree. There's one -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', e.g. they need to +thing to keep in mind if you decide to use shadow support: that +programs that need to verify passwords (for example xdm, ftp daemons, +pop3 daemons) need to be 'shadow-compliant', that is they need to be able to work with shadow'ed passwords.</para> <para>To enable shadow'ed passwords, run the following command:</para> |