aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/config-shadowpwd.xml
blob: 8202c12bb61316540b338e923569d2183c98b95f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<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>

<para>
<screen>
<userinput>/usr/sbin/pwconv</userinput>
</screen>
</para>

</sect2>