config-shadowpwd.xml 776 B

1234567891011121314151617
  1. <sect2><title>Configuring Shadow Password Suite</title>
  2. <para>This package contains the utilities to modify user's passwords, add new
  3. users/groups, delete users/groups and more. We're not going to explain
  4. what 'password shadowing' means. All about that can be read in the doc/HOWTO
  5. file within the unpacked shadow password suite's source tree. There's one
  6. thing you should keep in mind, if you decide to use shadow support, that
  7. programs that need to verify passwords (examples are xdm, ftp daemons,
  8. pop3 daemons, etc) need to be 'shadow-compliant', e.g. they need to
  9. be able to work with shadow'ed passwords.</para>
  10. <para>To enable shadow'ed passwords, run the following command:</para>
  11. <para><screen><userinput>/usr/sbin/pwconv</userinput></screen></para>
  12. </sect2>