lfs/chapter06/config-shadowpwd.xml
Gerard Beekmans d1fe567e51 Removed the 'over-zealous' warning how you have to read the shadow HOWTO
before enabling it. Problems are almost unheard of these days. I left
the doc/HOWTO reference and inserted the command to enable shadow
passwords


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@739 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-06-29 17:58:29 +00:00

24 lines
808 B
XML

<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
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', eg. they need to
be able to work with shadow'ed passwords.
</para>
<para>
To enable shadow'ed passwords, run the following command:
</para>
<blockquote><literallayout>
<userinput>/usr/sbin/pwconv</userinput>
</literallayout></blockquote>
</sect2>