2003-01-28 01:17:02 +00:00
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
|
2003-10-22 23:26:46 +01:00
|
|
|
<sect2><title>Configuring Shadow</title>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-10-06 16:50:25 +01:00
|
|
|
<para>This package contains utilities to modify users' passwords, add
|
2003-01-30 05:06:58 +00:00
|
|
|
or delete users and groups, and the like. We're not going to explain what
|
2003-10-22 23:26:46 +01:00
|
|
|
'password shadowing' means. A full explanation can be found in the
|
|
|
|
<filename>doc/HOWTO</filename>
|
|
|
|
file within the unpacked Shadow source tree. There's one
|
|
|
|
thing to keep in mind if you decide to use Shadow support: programs that
|
2003-01-30 05:06:58 +00:00
|
|
|
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
|
2003-02-03 23:24:24 +00:00
|
|
|
shadowed passwords.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-01-13 13:26:45 +00:00
|
|
|
<para>To enable shadowed passwords, run the following command:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-10-10 00:22:07 +01:00
|
|
|
<screen><userinput>/usr/sbin/pwconv</userinput></screen>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-05-21 19:51:49 +01:00
|
|
|
<para>And to enable shadowed group passwords, run the following
|
|
|
|
command:</para>
|
|
|
|
|
2003-10-10 00:22:07 +01:00
|
|
|
<screen><userinput>/usr/sbin/grpconv</userinput></screen>
|
2003-05-21 19:51:49 +01:00
|
|
|
|
2003-10-02 00:57:04 +01:00
|
|
|
<para>Under normal circumstances, you won't have created any passwords yet.
|
|
|
|
However, if returning to this section to enable shadowing, you should reset any
|
|
|
|
current user passwords with the <userinput>passwd</userinput> command or any
|
|
|
|
group passwords with the <userinput>gpasswd</userinput> command.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
</sect2>
|
|
|
|
|