Changeset 2309b72


Ignore:
Timestamp:
02/05/2004 10:17:06 PM (20 years ago)
Author:
Alex Gronenwoud <alex@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
2081905
Parents:
91e8861
Message:

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

Files:
2 deleted
2 edited
5 moved

Legend:

Unmodified
Added
Removed
  • chapter06/chapter06.xml

    r91e8861 r2309b72  
    438438&c6-procps;
    439439&c6-psmisc;
    440 &c6-shadowpwd;
     440&c6-shadow;
    441441&c6-sysklogd;
    442442&c6-sysvinit;
  • chapter06/shadow.xml

    r91e8861 r2309b72  
    99&diskspace; &shadow-compsize;</screen>
    1010
    11 &aa-shadowpwd-down;
    12 &aa-shadowpwd-dep;
     11&aa-shadow-down;
     12&aa-shadow-dep;
    1313
    1414<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
     
    5151
    5252<para>We want to change the password method to enable MD5 passwords which are
    53 theoretically more secure than the default "crypt" method and also allow
     53theoretically more secure than the default crypt method and also allow
    5454password lengths greater than 8 characters. We also need to change the old
    5555<filename class="directory">/var/spool/mail</filename> location for user
     
    9393</sect2>
    9494
    95 &c6-cf-shadowpwd;
    96 &c6-cf-password;
     95<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
    9796
    98 &aa-shadowpwd-shortdesc;
    99 &aa-shadowpwd-desc;
     97<sect2><title>Configuring Shadow</title>
     98
     99<para>This package contains utilities to modify users' passwords, add
     100or delete users and groups, and the like. We're not going to explain what
     101'password shadowing' means. A full explanation can be found in the
     102<filename>doc/HOWTO</filename>
     103file within the unpacked Shadow source tree. There's one
     104thing to keep in mind if you decide to use Shadow support: programs that
     105need to verify passwords (for example xdm, ftp daemons, pop3 daemons) need
     106to be 'shadow-compliant', that is they need to be able to work with
     107shadowed passwords.</para>
     108
     109<para>To enable shadowed passwords, run the following command:</para>
     110
     111<screen><userinput>/usr/sbin/pwconv</userinput></screen>
     112
     113<para>And to enable shadowed group passwords, run the following
     114command:</para>
     115
     116<screen><userinput>/usr/sbin/grpconv</userinput></screen>
     117
     118<para>Under normal circumstances, you won't have created any passwords yet.
     119However, if returning to this section to enable shadowing, you should reset any
     120current user passwords with the <command>passwd</command> command or any
     121group passwords with the <command>gpasswd</command> command.</para>
     122</sect2>
     123
     124<sect2>
     125<title>Setting the root password</title>
     126
     127<para>Choose a password for user root and set it via:</para>
     128
     129<screen><userinput>passwd root</userinput></screen>
     130
     131</sect2>
     132
     133&aa-shadow-shortdesc;
     134&aa-shadow-desc;
    100135
    101136</sect1>
  • entities/shadow.ent

    r91e8861 r2309b72  
    1 <!ENTITY c6-shadowpwd SYSTEM "../chapter06/shadowpwd.xml">
    2 <!ENTITY c6-cf-shadowpwd SYSTEM "../chapter06/config-shadowpwd.xml">
     1<!ENTITY c6-shadow SYSTEM "../chapter06/shadow.xml">
    32
    4 <!ENTITY aa-shadowpwd-shortdesc SYSTEM "../appendixa/shadowpwd-shortdesc.xml">
    5 <!ENTITY aa-shadowpwd-desc SYSTEM "../appendixa/shadowpwd-desc.xml">
    6 <!ENTITY aa-shadowpwd-dep SYSTEM "../appendixa/shadowpwd-dep.xml">
    7 <!ENTITY aa-shadowpwd-down SYSTEM "../appendixa/shadowpwd-down.xml">
     3<!ENTITY aa-shadow-shortdesc SYSTEM "../appendixa/shadow-shortdesc.xml">
     4<!ENTITY aa-shadow-desc SYSTEM "../appendixa/shadow-desc.xml">
     5<!ENTITY aa-shadow-dep SYSTEM "../appendixa/shadow-dep.xml">
     6<!ENTITY aa-shadow-down SYSTEM "../appendixa/shadow-down.xml">
    87
    98<!ENTITY shadow-version "4.0.4.1">
Note: See TracChangeset for help on using the changeset viewer.