diff --git a/chapter08/shadow.xml b/chapter08/shadow.xml index de6b05f75..38d233a9d 100644 --- a/chapter08/shadow.xml +++ b/chapter08/shadow.xml @@ -44,18 +44,20 @@ If you've installed Linux-PAM, you should follow - the BLFS shadow - page instead of this page to build (or, rebuild or upgrade) - shadow. + the BLFS + instruction instead of this page to build (or, rebuild or + upgrade) shadow. - If you would like to enforce the use of strong passwords, refer to - for installing - CrackLib prior to building Shadow. Then add - --with-libcrack to the configure - command below. + If you would like to enforce the use of strong passwords, + install and configure + Linux-PAM first. Then + install and configure + shadow with the PAM support. Finally + install + libpwquality and configure PAM to use it. Disable the installation of the groups program @@ -94,11 +96,6 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \; - - If you chose to build Shadow with Cracklib support, issue this command: - -sed -i 's:DICTPATH.*:DICTPATH\t/lib/cracklib/pw_dict:' etc/login.defs -