diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-05 22:17:06 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-05 22:17:06 +0000 |
commit | 2309b72d4497b5c39a2c3ea749bf7323bee647ff (patch) | |
tree | f35d6c7d9095c1f2840985775514509a210ddcad /chapter06/config-shadowpwd.xml | |
parent | 91e8861fd11e229eb146731ec5626b23cdd45b67 (diff) |
Renaming the Shadow files to match the package name.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3228 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/config-shadowpwd.xml')
-rw-r--r-- | chapter06/config-shadowpwd.xml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/chapter06/config-shadowpwd.xml b/chapter06/config-shadowpwd.xml deleted file mode 100644 index e3268b6f2..000000000 --- a/chapter06/config-shadowpwd.xml +++ /dev/null @@ -1,29 +0,0 @@ -<sect2><title> </title><para> </para></sect2> - -<sect2><title>Configuring Shadow</title> - -<para>This package contains utilities to modify users' passwords, add -or delete users and groups, and the like. We're not going to explain what -'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 -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 -shadowed passwords.</para> - -<para>To enable shadowed passwords, run the following command:</para> - -<screen><userinput>/usr/sbin/pwconv</userinput></screen> - -<para>And to enable shadowed group passwords, run the following -command:</para> - -<screen><userinput>/usr/sbin/grpconv</userinput></screen> - -<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 <command>passwd</command> command or any -group passwords with the <command>gpasswd</command> command.</para> -</sect2> - |