config-shadowpwd.xml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <sect2><title>Configuring Shadow Password Suite</title>
  2. <para>
  3. This package contains the utilities to modify user's passwords, add new
  4. users/groups, delete users/groups and more. I'm not going to explain
  5. what 'password shadowing' means. All about that can be read in the doc/HOWTO
  6. file within the unpacked shadow password suite's source tree. There's one
  7. thing a user should keep in mind, if he decides to use shadow support, that
  8. programs that need to verify passwords (examples are xdm, ftp daemons,
  9. pop3 daemons, etc) need to be 'shadow-compliant', eg. they need to
  10. be able to work with shadow'ed passwords.
  11. </para>
  12. <para>
  13. Shadow'ed passwords are not enabled by default. Simply installing the
  14. shadow password suite does not enable shadow'ed passwords.
  15. </para>
  16. <para>
  17. Now is a very good moment to read chapter 5 of the doc/HOWTO file. It
  18. describes
  19. how to enable shadow'ed passwords, how to test whether shadowing
  20. works and if not, how to disable it again.
  21. </para>
  22. <para>
  23. The documentation mentions something about the creation of npasswd and
  24. nshadow after pwconv is run. This is an error in the documentation.
  25. Those two files will not be created. After pwconv is run, /etc/passwd
  26. will no longer contain the passwords and /etc/shadow will. A user doesn't
  27. need to rename the npasswd and nshadow files himself.
  28. </para>
  29. </sect2>