| 12345678910111213141516171819202122232425262728293031323334 | <sect2><title>Configuring Shadow Password Suite</title><para>This package contains the utilities to modify user's passwords, add newusers/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/HOWTOfile 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 tobe able to work with shadow'ed passwords.</para><para>Shadow'ed passwords are not enabled by default. Simply installing theshadow password suite does not enable shadow'ed passwords.</para><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.</para><para>The documentation mentions something about the creation of npasswd andnshadow after pwconv is run. This is an error in the documentation.Those two files will not be created. After pwconv is run, /etc/passwdwill no longer contain the passwords and /etc/shadow will. You don'tneed to rename the npasswd and nshadow files yourself.</para></sect2>
 |